Skip to content

Commit c92f944

Browse files
Fix release workflow
1 parent 1457542 commit c92f944

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
- uses: actions-rs/toolchain@v1
1212
with:
1313
toolchain: stable
14-
- uses: actions-rs/cargo@v1
15-
with:
16-
command: publish
17-
env:
18-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
14+
- run: cargo publish
15+
env:
16+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)