diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index bf31623..9662e30 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -1,4 +1,4 @@ -name: Bump Version +name: bump on: workflow_dispatch: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b89ffe3..a296abc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: - name: Install Rust stable uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable with: + toolchain: stable components: clippy - name: Using Rust cache @@ -43,6 +44,8 @@ jobs: - name: Install Rust stable uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # stable + with: + toolchain: stable - name: Publish to crates.io uses: katyo/publish-crates@02cc2f1ad653fb25c7d1ff9eb590a8a50d06186b # v2