Skip to content

Commit 5d5331a

Browse files
authored
chore: Add tags (#95)
Add tags Signed-off-by: Todd Baert <[email protected]>
1 parent 34c1f85 commit 5d5331a

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
@@ -43,4 +43,4 @@ jobs:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4444

4545
- name: Push Version Update
46-
run: git push origin HEAD:main
46+
run: git push --tags origin HEAD:main

0 commit comments

Comments
 (0)