pass token to cargo-workspaces (#113)

pull/118/head
Takayuki Maeda 3 years ago committed by GitHub
parent acaec96204
commit 3b7f837724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -145,5 +145,5 @@ jobs:
git config --global user.name "Github Action"
cargo workspaces publish \
--yes --force '*' --exact \
--no-git-commit --allow-dirty --skip-published \
--no-git-commit --allow-dirty --skip-published --token ${{ secrets.CRATES_IO_TOKEN }} \
custom ${{ needs.release.outputs.gobang_version }}

Loading…
Cancel
Save