Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Lüke committed Nov 6, 2023
1 parent 57e31eb commit afd6ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: cargo publish --token ${CRATE_TOKEN}
- run: cargo publish -p wgbind --token ${CRATE_TOKEN}
env:
CRATE_TOKEN: ${{ secrets.CRATE_TOKEN }}

0 comments on commit afd6ca4

Please sign in to comment.