Skip to content

Commit

Permalink
Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
zrgt committed Apr 18, 2024
1 parent b86bc29 commit 36e74dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: npm ci
- name: Tag and release
env:
GITHUB_API_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx gulp release

0 comments on commit 36e74dc

Please sign in to comment.