Skip to content

Commit

Permalink
Add publish goal to changeset action
Browse files Browse the repository at this point in the history
  • Loading branch information
steveukx committed Feb 13, 2022
1 parent 5073eaa commit d35987b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-clouds-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"simple-git": patch
---

Release with changesets
2 changes: 2 additions & 0 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- run: yarn build

- uses: changesets/action@v1
with:
publish: yarn changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit d35987b

Please sign in to comment.