Skip to content

Commit

Permalink
chore: update ci and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Mar 3, 2022
1 parent 860a09a commit 4081ae0
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 148 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@master
uses: changesets/action@v1
with:
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 4081ae0

Please sign in to comment.