Skip to content

Commit 50a8a6b

Browse files
authored
Merge pull request #755 from steveukx/release-attempt
Add publish goal to changeset action
2 parents 5073eaa + d35987b commit 50a8a6b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: .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

Diff for: .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)