Skip to content

Commit 1b8ca26

Browse files
Fix maintenancerelease.yml
1 parent 367eec8 commit 1b8ca26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maintenancerelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
- run: git config --global user.name 'Fails maintenance bot'
2121
- run: git config --global user.email '[email protected]'
2222
- run: npm version patch
23-
- run: git push
23+
- run: git push --tags
24+
- run: git push

0 commit comments

Comments
 (0)