We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc57ab commit f073e8eCopy full SHA for f073e8e
.changeset/orange-jars-march.md
@@ -0,0 +1,5 @@
1
+---
2
+"textlint-rule-preset-japanese": patch
3
4
+
5
+CI: add NODE_AUTH_TOKEN
.github/workflows/release.yml
@@ -34,6 +34,7 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
NPM_TOKEN: ${{ secrets.SHARED_BOT_NPM_TOKEN }}
37
+ NODE_AUTH_TOKEN: ${{ secrets.SHARED_BOT_NPM_TOKEN }}
38
- name: Publish next snapshot
39
if: steps.changesets.outputs.published != 'true'
40
run: |
0 commit comments