File tree Expand file tree Collapse file tree 3 files changed +17
-35
lines changed Expand file tree Collapse file tree 3 files changed +17
-35
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " textlint-rule-preset-ja-technical-writing " : patch
3+ ---
4+
5+ CI: merge snapshot release
6+
7+
8+
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repo
18- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18+ uses : actions/checkout@v4
1919 with :
2020 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121 fetch-depth : 0
3333 env :
3434 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535 NPM_TOKEN : ${{ secrets.SHARED_BOT_NPM_TOKEN }}
36+ - name : Publish next snapshot
37+ if : steps.changesets.outputs.published != 'true'
38+ run : |
39+ yarn changeset version --snapshot next
40+ yarn changeset publish --no-git-tag --snapshot --tag next
41+ env :
42+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43+ NODE_AUTH_TOKEN : ${{ secrets.SHARED_BOT_NPM_TOKEN }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments