Skip to content

Commit

Permalink
ci: add missing semantic-release env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragma8123 committed Jan 30, 2023
1 parent f1994ae commit 93f240c
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -27,3 +27,5 @@ jobs:

- name: Semantic release
run: npm run semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:

- name: Semantic release dry-run
run: npm run semantic-release -- --dry-run
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 93f240c

Please sign in to comment.