We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9946f commit 1ced199Copy full SHA for 1ced199
1 file changed
.github/workflows/release.yml
@@ -108,11 +108,5 @@ jobs:
108
runs-on: ubuntu-latest
109
steps:
110
- uses: actions/checkout@v4
111
- - uses: actions-rs/toolchain@v1
112
- with:
113
- profile: minimal
114
- toolchain: stable
115
- override: true
116
- - uses: katyo/publish-crates@v1
117
118
- registry-token: ${{ secrets.CRATES_IO_TOKEN }}
+ - uses: dtolnay/rust-toolchain@stable
+ - run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}
0 commit comments