Skip to content

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/Release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
gpg --import tests/gpg/private.gpg
3131
echo -e "5\ny\n" | gpg --no-tty --command-fd 0 --expert --edit-key test@toml.bombadil.org trust
3232
33+
- name: Setup cargo
34+
run: |
35+
cargo install cargo-bump
36+
cargo login ${{ secrets.CARGO_TOKEN }}
37+
3338
# version publish steps are managed by cocogitto, see `cog.toml`
3439
# and https://github.com/oknozor/cocogitto-action for more info
3540
- name: Semver release

0 commit comments

Comments
 (0)
Please sign in to comment.