Skip to content

Commit

Permalink
Merge pull request #109 from jflo/cleanupDevReleases
Browse files Browse the repository at this point in the history
different env var expected
  • Loading branch information
jflo authored Mar 21, 2024
2 parents 7f7eba3 + d1f2f0f commit 9ce14e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
echo "tarSha=$(shasum -a 256 besu*.tar.gz)" >> $GITHUB_OUTPUT
cd ../..
- name: delete current develop release
env:
GH_TOKEN: ${{ github.token }}
run: gh release delete develop -y --cleanup-tag
- name: Upload Release assets
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
Expand Down

0 comments on commit 9ce14e0

Please sign in to comment.