We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa71692 commit 70b413cCopy full SHA for 70b413c
.github/workflows/release.yml
@@ -9,9 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions-rs/cargo@v1
13
- if: startsWith(github.ref, 'refs/tags/v')
14
- name: Release Crate
15
- with:
16
- command: publish
17
- args: --workspace --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
+ - name: Release Crate
+ run: |
+ cargo publish --workspace --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments