From 87207273535cd4d700a9ec961e0664e4027735bf Mon Sep 17 00:00:00 2001 From: Firelight Flagboy Date: Tue, 12 Mar 2024 09:49:52 +0100 Subject: [PATCH] Create release on schedule event --- .github/workflows/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 4d6b6b17707..6380ffa7440 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -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 is fixed. uses: FirelightFlagboy/action-gh-release@d9a17b2b70a11ff00e4a7d0be3ca04e74d66de24 with: