From 283e835c947d34e0e74f2b2cd31f6b1826d6755d Mon Sep 17 00:00:00 2001 From: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com> Date: Wed, 15 Sep 2021 00:00:04 +0900 Subject: [PATCH] fix job name (#103) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 953834f..ee63858 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}