Skip to content

Commit 1ced199

Browse files
authored
Change release workflow (#269)
1 parent 6c9946f commit 1ced199

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,5 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- 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-
with:
118-
registry-token: ${{ secrets.CRATES_IO_TOKEN }}
111+
- uses: dtolnay/rust-toolchain@stable
112+
- run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}

0 commit comments

Comments
 (0)