Skip to content

Commit

Permalink
feat: fix env name issue #3
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jan 14, 2024
1 parent bd879d9 commit 4195e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
run: ./scripts/make-distributions.sh
- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./scripts/release.sh
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="${{ secrets.GITHUB_TOKEN }}" npx electron-forge publish
npx electron-forge publish

0 comments on commit 4195e02

Please sign in to comment.