Skip to content

Commit

Permalink
fix: use proper vsix file name when adding to github release
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Mar 9, 2024
1 parent 91a61e0 commit 1b88b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
VSCODE_EXPO_TELEMETRY_KEY: ${{ secrets.VSCODE_TELEMETRY_KEY }}

- name: 📋 Add package to release
run: gh release upload ${{ github.ref_name }} vscode-expo-${{ github.ref_name }}.vsix
run: gh release upload ${{ github.ref_name }} vscode-expo-tools-${{ github.ref_name }}.vsix
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 1b88b19

Please sign in to comment.