Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
mniak committed Dec 30, 2022
1 parent c3ff82f commit 7fa61ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:

- name: Publish to marketplace
if: startsWith(github.ref, 'refs/tags/')
run: vsce publish ${{ github.ref }} --no-git-tag-version --pat "${{ secrets.MARKETPLACE_PAT }}"
run: vsce publish ${{ github.ref_name }} --no-git-tag-version --pat "${{ secrets.MARKETPLACE_PAT }}"


0 comments on commit 7fa61ef

Please sign in to comment.