Skip to content

Commit 1a8f65e

Browse files
committed
ci: fix
1 parent 47a688a commit 1a8f65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
npm install -g @semantic-release/release-notes-generator
3636
- name: Publish to Git Releases and Tags
3737
env:
38-
GH_TOKEN: ${{ secrets.GA_TOKEN }}
39-
GITHUB_TOKEN: ${{ secrets.GA_TOKEN }}
38+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4040
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4141
run: npx semantic-release # --verbosity=DEBUG --dry-run
4242

0 commit comments

Comments
 (0)