Skip to content

Commit

Permalink
feat: update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendargelos committed Dec 20, 2021
1 parent af6a337 commit 8831c89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
node-version: 14
- run: yarn
- run: yarn build
- uses: plutotcool/release@v1.2.0
- uses: plutotcool/release@v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
name: github-actions[bot]
email: plutotcool+github-actions[bot]@users.noreply.github.com

0 comments on commit 8831c89

Please sign in to comment.