Skip to content

Commit e707bda

Browse files
committed
Update workflow text
1 parent 3ee7e72 commit e707bda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Publish
4545
uses: JS-DevTools/npm-publish@v2
4646
with:
47+
access: restricted
4748
token: ${{ secrets.registry_token }}
4849
registry: ${{ inputs.registry_url }}
4950
package: ${{ steps.meta.outputs.tgz }}
50-
access: restricted

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,5 @@ jobs:
147147
with:
148148
node_version: ${{ matrix.node }}
149149
node_auth_token: ${{ secrets.GH_TOKEN }}
150-
- name: Check types
150+
- name: Typecheck
151151
run: npm run typecheck

0 commit comments

Comments
 (0)