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

fix job name (#103)

This commit is contained in:
Takayuki Maeda
2021-09-15 00:00:04 +09:00
committed by GitHub
parent 6c1e41ebdb
commit 283e835c94

View File

@@ -146,4 +146,4 @@ jobs:
cargo workspaces publish \
--yes --force '*' --exact \
--no-git-commit --allow-dirty --skip-published \
custom ${{ needs.create-release.outputs.gobang_version }}
custom ${{ needs.release.outputs.gobang_version }}