Skip to content

Commit

Permalink
fix: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k0d3r1s committed Aug 30, 2024
1 parent ce22fc2 commit 35953e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,16 @@ jobs:
- name: Delete previous nightly release (for nightly builds)
if: github.event_name == 'push'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh release delete nightly --yes || true
gh tag delete nightly || true
- name: Create new nightly release (for nightly builds)
if: github.event_name == 'push'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh release create nightly --notes "Nightly build based on master branch" --title "nightly" --target master --prerelease
Expand Down

0 comments on commit 35953e5

Please sign in to comment.