You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes a minor indentation issue in the `.github/workflows/build-desktop.yml` file.
The `env` block, which sets the `GITHUB_TOKEN`, was incorrectly indented. This change aligns it correctly within the `create-release` step to ensure the workflow executes as intended.
0 commit comments