Skip to content

Commit

Permalink
update publish GITHUB_TOKEN env
Browse files Browse the repository at this point in the history
  • Loading branch information
xgi committed Dec 21, 2024
1 parent 708ed6b commit cd41b92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: pnpm i
- run: pnpm dist:win
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish-linux:
strategy:
matrix:
Expand All @@ -41,7 +41,7 @@ jobs:
- run: pnpm i
- run: pnpm dist:linux
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish-mac:
strategy:
matrix:
Expand All @@ -60,7 +60,7 @@ jobs:
- run: pnpm i
- run: pnpm dist:mac
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# APPLE_ID: ${{ secrets.APPLE_ID }}
# APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }}
# CSC_LINK: ${{ secrets.CSC_LINK }}
Expand Down

0 comments on commit cd41b92

Please sign in to comment.