Skip to content

Commit 5d184ce

Browse files
committed
Merge branch 'main' into public
2 parents ddb544d + e707bda commit 5d184ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
required: true
1515
secrets:
1616
registry_token:
17-
description: The Node.js auth token.
17+
description: The Node.js registry token.
1818
required: true
1919

2020
jobs:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Publish
4141
uses: JS-DevTools/npm-publish@v2
4242
with:
43+
access: public
4344
token: ${{ secrets.registry_token }}
4445
registry: ${{ inputs.registry_url }}
4546
package: ${{ steps.meta.outputs.tgz }}
46-
access: public

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ jobs:
134134
uses: ./.github/actions/setup
135135
with:
136136
node_version: ${{ matrix.node }}
137-
- name: Check types
137+
- name: Typecheck
138138
run: npm run typecheck

0 commit comments

Comments
 (0)