Skip to content

Commit

Permalink
Use gh instead of hub for release delete
Browse files Browse the repository at this point in the history
hub isn't in Github Actions runner images anymore.

Signed-off-by: Mary Guillemard <mary@mary.zone>
  • Loading branch information
marysaka committed Sep 7, 2024
1 parent 1998e90 commit 4e7c6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: github.ref == 'refs/heads/master'
run: |
git fetch --tags
hub release delete latest
gh release delete latest -y || true
git push --delete origin latest
- name: Release nightly
Expand Down

0 comments on commit 4e7c6b8

Please sign in to comment.