Skip to content

Commit

Permalink
fix(build): updating build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Aug 4, 2021
1 parent 432e512 commit 0adc3af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env:
# secrets.GITHUB_TOKEN does not have necessary permissions
GH_TOKEN: ${{ secrets.SEMENTIC_AND_DEPBOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0adc3af

Please sign in to comment.