Skip to content

Commit d8bf2ce

Browse files
authored
CI: add git checkout master (#124)
* CI: add git checkout master * Create modern-worms-lick.md
1 parent 600d1e4 commit d8bf2ce

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/modern-worms-lick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"textlint-rule-preset-japanese": patch
3+
---
4+
5+
CI: add git checkout master

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Publish next snapshot
3838
if: steps.changesets.outputs.published != 'true'
3939
run: |
40+
git checkout master
4041
yarn changeset version --snapshot next
4142
yarn changeset publish --no-git-tag --snapshot --tag next
4243
env:

0 commit comments

Comments
 (0)