Skip to content

Commit

Permalink
fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
MBerguer committed Jan 15, 2025
1 parent 91dceba commit 25ffbbb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ jobs:
runs-on: ${{ matrix.runner }}
timeout-minutes: 240
needs: prepare
permissions:
# Required to post the release
contents: write
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -234,7 +231,7 @@ jobs:
files: |
${{ steps.artifacts.outputs.file_name }}
${{ steps.man.outputs.foundry_man }}
retry-on-failure:
if: failure() && fromJSON(github.run_attempt) < 3
needs: [release]
Expand Down

0 comments on commit 25ffbbb

Please sign in to comment.