diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e3be5e..92ee0a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,5 +28,5 @@ jobs: - run: npm ci - name: Publish app env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npm run publish