Skip to content

Commit

Permalink
fix: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Oct 2, 2020
1 parent e983759 commit 8d39fa8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.RELEASE_TOKEN }}
persist-credentials: false
- run: npm i
- run: npm run build
- run: npm run docs
Expand All @@ -40,5 +40,9 @@ jobs:
"@semantic-release/github"
"@semantic-release/npm"
env:
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GIT_AUTHOR_NAME: Justin Poehnelt
GIT_AUTHOR_EMAIL: 3392975+jpoehnelt@users.noreply.github.com
GIT_COMMITTER_NAME: Justin Poehnelt
GIT_COMMITTER_EMAIL: 3392975+jpoehnelt@users.noreply.github.com
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}

0 comments on commit 8d39fa8

Please sign in to comment.