diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index c8203c1193..85cbb1d572 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -24,5 +24,5 @@ jobs: run: npm install - name: Release env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npm exec semantic-release