Skip to content

Commit

Permalink
fix: add pass github_token env
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Jun 10, 2024
1 parent 681dfc2 commit 8bdcd36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8bdcd36

Please sign in to comment.