Skip to content

Commit 3431740

Browse files
fix manual tag
1 parent 9f1b490 commit 3431740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Update version
2323
run: |
2424
npm version ${{ env.RELEASE_VERSION }}
25-
git push origin ${{ env.RELEASE_VERSION }}
25+
git push && git push --tags

0 commit comments

Comments
 (0)