Skip to content

Commit

Permalink
removed the -p option from cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAB0 committed Apr 2, 2024
1 parent 0542823 commit 82a6255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: cargo publish -p vinted-rs --token ${CARGO_REGISTRY_TOKEN}
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 82a6255

Please sign in to comment.