Skip to content

Commit 9fc5c16

Browse files
rax-itwjhsf
andauthored
Update .github/workflows/release.yml
Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
1 parent 36278fb commit 9fc5c16

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
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
VERSION=$(jq -r .version package.json)
7575
git tag -a "v$VERSION" -m "Release v$VERSION"
76-
git push origin "v$VERSION"
76+
git push origin tag "v$VERSION"
7777
gh release create "v$VERSION" --title "v$VERSION" --generate-notes
7878
7979
- name: Publish to npm

0 commit comments

Comments
 (0)