Skip to content

Commit 382ecff

Browse files
committed
continue if tag push fails
1 parent 31bd2b5 commit 382ecff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
2929
- name: Git Push
3030
uses: ad-m/github-push-action@master
31+
continue-on-error: true
3132
with:
3233
tags: true
3334
branch: 'main'

0 commit comments

Comments
 (0)