Skip to content

Commit

Permalink
chore(ci): add no git tag versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjenek authored and Mateusz Jenek committed Jun 11, 2024
1 parent 079b3f0 commit 51abb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:

- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux'
run: npx vsce publish ${{ github.ref_name }}
run: npx vsce publish ${{ github.ref_name }} --no-git-tag-version
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 51abb62

Please sign in to comment.