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.
2 parents ddb544d + e707bda commit 5d184ceCopy full SHA for 5d184ce
.github/workflows/_publish.yml
@@ -14,7 +14,7 @@ on:
14
required: true
15
secrets:
16
registry_token:
17
- description: The Node.js auth token.
+ description: The Node.js registry token.
18
19
20
jobs:
@@ -40,7 +40,7 @@ jobs:
40
- name: Publish
41
uses: JS-DevTools/npm-publish@v2
42
with:
43
+ access: public
44
token: ${{ secrets.registry_token }}
45
registry: ${{ inputs.registry_url }}
46
package: ${{ steps.meta.outputs.tgz }}
- access: public
.github/workflows/check.yml
@@ -134,5 +134,5 @@ jobs:
134
uses: ./.github/actions/setup
135
136
node_version: ${{ matrix.node }}
137
- - name: Check types
+ - name: Typecheck
138
run: npm run typecheck
0 commit comments