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:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user