Skip to content

Commit

Permalink
Create release on schedule event
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Mar 12, 2024
1 parent c8d19dc commit e49b985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
) | tee -a $GITHUB_OUTPUT
- name: Create release
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
if: github.event_name == 'schedule' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
# FIXME: rollback to `softprops/action-gh-release` once the issue <https://github.com/softprops/action-gh-release/issues/362> is fixed.
uses: FirelightFlagboy/action-gh-release@d9a17b2b70a11ff00e4a7d0be3ca04e74d66de24
with:
Expand Down

0 comments on commit e49b985

Please sign in to comment.