We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b6ac6 commit a0dcff7Copy full SHA for a0dcff7
.github/workflows/release.yml
@@ -19,6 +19,8 @@ jobs:
19
- uses: taiki-e/install-action@v2
20
with:
21
tool: cargo-release
22
+ - run: make Cargo.toml
23
+ - run: cargo update
24
- uses: chainguard-dev/actions/setup-gitsign@main
25
- uses: cargo-bins/release-pr@v2
26
0 commit comments