Skip to content

Commit

Permalink
fix: release missing GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Jul 17, 2023
1 parent 99467ab commit 4b952f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
dry_run: true
semantic_version: '^19.0.0'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
name: Release version
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b952f0

Please sign in to comment.