Skip to content

Commit d35987b

Browse files
committedFeb 13, 2022
Add publish goal to changeset action
1 parent 5073eaa commit d35987b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎.changeset/olive-clouds-buy.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"simple-git": patch
3+
---
4+
5+
Release with changesets

‎.github/workflows/changesets.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- run: yarn build
2323

2424
- uses: changesets/action@v1
25+
with:
26+
publish: yarn changeset publish
2527
env:
2628
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
NPM_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 commit comments

Comments
 (0)
Please sign in to comment.