Skip to content

Commit

Permalink
add GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie McBride authored and Charlie McBride committed Jul 8, 2024
1 parent 3739e5c commit ef32a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
with:
node-version: '20.x' # semantic-release requires Node version 20.8.1 or higher
- name: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npx semantic-release@18

0 comments on commit ef32a1e

Please sign in to comment.