Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wendavid552 authored Feb 23, 2023
1 parent 9fcc168 commit 7d9f311
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:


jobs:
matrix_prep:
prepare:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.setmatrix.outputs.matrix }}
Expand All @@ -33,6 +33,7 @@ jobs:
release:
needs:
- build
- prepare
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -100,4 +101,4 @@ jobs:
version-resolver: exact

retry-attempts: 3
retry-delay: 10000
retry-delay: 10000

0 comments on commit 7d9f311

Please sign in to comment.