We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee87e0 commit a321566Copy full SHA for a321566
.github/workflows/Release.yml
@@ -30,6 +30,11 @@ jobs:
30
gpg --import tests/gpg/private.gpg
31
echo -e "5\ny\n" | gpg --no-tty --command-fd 0 --expert --edit-key test@toml.bombadil.org trust
32
33
+ - name: Setup cargo
34
+ run: |
35
+ cargo install cargo-bump
36
+ cargo login ${{ secrets.CARGO_TOKEN }}
37
+
38
# version publish steps are managed by cocogitto, see `cog.toml`
39
# and https://github.com/oknozor/cocogitto-action for more info
40
- name: Semver release
0 commit comments