Skip to content

Commit

Permalink
Merge pull request #755 from steveukx/release-attempt
Browse files Browse the repository at this point in the history
Add publish goal to changeset action
  • Loading branch information
steveukx authored Feb 13, 2022
2 parents 5073eaa + d35987b commit 50a8a6b
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 50a8a6b

Please sign in to comment.