Skip to content

Commit

Permalink
action: delete previous nightly release
Browse files Browse the repository at this point in the history
kirides committed Feb 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ca8df61 commit 4b63097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -106,6 +106,7 @@ jobs:
- name: Create nightly github release
if: github.ref_name == 'master'
run: |
gh release delete nightly --yes --cleanup-tag
gh release create nightly --prerelease --title "Nightly" --notes "Generated release from GitHub Actions"
echo "Ignore 'Validation Failed' results. Expected since only the first job that reaches this step can create the release."
exit 0

0 comments on commit 4b63097

Please sign in to comment.