Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteomorlack committed Aug 4, 2024
1 parent 3bf4616 commit 77e78f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Publish
if: success() && matrix.os == 'ubuntu-latest'
run: |
vsce publish -i ${VSIX_PATH}
vsce publish -- -i ${VSIX_PATH}
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
VSIX_PATH: ${{ env.packageFile }}
Expand Down

0 comments on commit 77e78f7

Please sign in to comment.