Skip to content

Commit

Permalink
chore: add env
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Dec 3, 2021
1 parent 7f8ea77 commit 46d11b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -27,4 +28,7 @@ jobs:

- name: release
run: yarn semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 46d11b3

Please sign in to comment.