Skip to content

Commit

Permalink
feat: updates get token #3
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Jan 14, 2024
1 parent bb58229 commit bd879d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -o pipefail

cd "$(dirname "$0")/.." || exit

GITHUB_TOKEN="${{ env.GITHUB_TOKEN }}" npx electron-forge publish
GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" npx electron-forge publish

0 comments on commit bd879d9

Please sign in to comment.