Skip to content

Commit acfc394

Browse files
committed
ci: include tags when pushing to mirror
1 parent 38707aa commit acfc394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,5 @@ jobs:
290290
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'demosdemon/git-remote-codecommit'
291291
run: |
292292
git remote add aws codecommit://git-remote-codecommit
293+
git push aws --tags
293294
git push aws HEAD:refs/heads/main

0 commit comments

Comments
 (0)