diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee63858..5f87466 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,5 +145,5 @@ jobs: git config --global user.name "Github Action" cargo workspaces publish \ --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 }}