Skip to content

Commit

Permalink
ignore release creation error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Jul 27, 2023
1 parent 18be11b commit 2d5e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: gzip -9 styles.tar

- name: create release if needed
run: gh release create $RELEASE_TAG
run: gh release create $RELEASE_TAG || true

- name: Add file to release
run: gh release upload $RELEASE_TAG styles.tar.gz --clobber
Expand Down

0 comments on commit 2d5e466

Please sign in to comment.