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 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout Repo
18
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18
+ uses : actions/checkout@v4
19
19
with :
20
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
21
fetch-depth : 0
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
35
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