try to fix create-release again [skip ci]

This commit is contained in:
Guillem Castro 2024-05-17 18:44:56 +02:00
parent 64cb5ef64a
commit 0ec9b9eb72

View file

@ -21,6 +21,16 @@ jobs:
- uses: actions/checkout@v4
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
key: ${{ runner.os }}-cargo-cargo-bump
- name: Clean cargo-bump
run: cargo uninstall cargo-bump || true
- name: Bump version
id: cargo-bump
uses: tj-actions/cargo-bump@v3