diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9aeb85fe4..7411fa103 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -24,6 +24,8 @@ jobs: steps: - name: Check Release Tag ☑️ id: check + env: + GH_TOKEN: ${{ github.token }} run: | : Check Release Tag ☑️ if [[ "${RUNNER_DEBUG}" ]]; then set -x; fi