Skip to content

Commit

Permalink
ci: reorg the release matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes committed Dec 16, 2023
1 parent b842b99 commit 83224e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
name: release ${{ matrix.target }}
if: github.event_name == 'release' && github.event.action == 'created'
needs: [publish]
needs: [dry_publish]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 83224e1

Please sign in to comment.