Skip to content

Commit

Permalink
Update release.yml (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva authored Sep 28, 2023
1 parent f16eb8b commit f503de1
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 @@ -27,7 +27,7 @@ jobs:
run: npm run lint

- name: Update version
run: echo ${{ github.event.release.tag_name }} | cut -c 11- | xargs npm version
run: echo ${{ github.event.release.tag_name }} | xargs npm version

# Publish to marketplaces
- name: Publish to VS marketplace
Expand Down

0 comments on commit f503de1

Please sign in to comment.