diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 070826cc..73d4446c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,4 +56,4 @@ jobs: - name: Release run: | - GITHUB_TOKEN=${{ secrets.GH_TOKEN }} semantic-release + GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} semantic-release