diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c34f8e..1ad6a2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,5 +39,5 @@ jobs: - name: Release run: semantic-release --use-conveyal-workflow --skip-maven-deploy env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}