Skip to content

Commit 9d6034a

Browse files
committed
Disable unneeded arguments for cargo publish
1 parent 26fa628 commit 9d6034a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,4 @@ jobs:
3838
env:
3939
CARGO_REGISTRY_TOKEN: "${{ secrets.CARGO_REGISTRY_TOKEN }}"
4040
run: |
41-
cargo publish
42-
--verbose
43-
--locked
44-
--token ${{ secrets.CARGO_REGISTRY_TOKEN }}
41+
cargo publish --locked

0 commit comments

Comments
 (0)