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 3ee7e72 commit e707bdaCopy full SHA for e707bda
.github/workflows/_publish.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Publish
45
uses: JS-DevTools/npm-publish@v2
46
with:
47
+ access: restricted
48
token: ${{ secrets.registry_token }}
49
registry: ${{ inputs.registry_url }}
50
package: ${{ steps.meta.outputs.tgz }}
- access: restricted
.github/workflows/check.yml
@@ -147,5 +147,5 @@ jobs:
147
148
node_version: ${{ matrix.node }}
149
node_auth_token: ${{ secrets.GH_TOKEN }}
150
- - name: Check types
+ - name: Typecheck
151
run: npm run typecheck
0 commit comments