diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84ea480..59e8942 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: uses: tauri-apps/tauri-action@v0 env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. releaseName: 'App Name v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.