Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Sep 13, 2023
1 parent 0a2d9c8 commit e88a896
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.ref }} | cut -c 11- | xargs npm version
run: echo ${{ github.event.head_commit.ref }} | cut -c 11- | xargs npm version

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

0 comments on commit e88a896

Please sign in to comment.