Skip to content

Commit e88a896

Browse files
authored
Update release.yml
1 parent 0a2d9c8 commit e88a896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm run lint
2828

2929
- name: Update version
30-
run: echo ${{ github.ref }} | cut -c 11- | xargs npm version
30+
run: echo ${{ github.event.head_commit.ref }} | cut -c 11- | xargs npm version
3131

3232
# Publish to marketplaces
3333
- name: Publish to VS marketplace

0 commit comments

Comments
 (0)