Skip to content

Commit

Permalink
Draft release even if it is not possible to publish it to Cargo
Browse files Browse the repository at this point in the history
(cherry picked from commit 411f827)
  • Loading branch information
mkaput committed Jun 28, 2023
1 parent 56e4466 commit f26a2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
create-release:
name: draft release
runs-on: ubuntu-latest
needs: [ test, verify, verify-cargo-package ]
needs: [ test, verify ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit f26a2a4

Please sign in to comment.