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 }}