1
0
mirror of https://github.com/TaKO8Ki/gobang.git synced 2021-09-19 22:32:56 +03:00

pass token to cargo-workspaces (#113)

This commit is contained in:
Takayuki Maeda
2021-09-16 00:29:20 +09:00
committed by GitHub
parent acaec96204
commit 3b7f837724

View File

@@ -145,5 +145,5 @@ jobs:
git config --global user.name "Github Action" git config --global user.name "Github Action"
cargo workspaces publish \ cargo workspaces publish \
--yes --force '*' --exact \ --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 }} custom ${{ needs.release.outputs.gobang_version }}