Skip to content

Commit d7445b3

Browse files
committed
attempt to fix npm publish
1 parent 273f0a3 commit d7445b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ jobs:
116116
run:
117117
working-directory: ./node
118118
steps:
119-
- uses: actions/checkout@v3
119+
- uses: actions/checkout@v4
120120
# Setup .npmrc file to publish to npm
121-
- uses: actions/setup-node@v3
121+
- uses: actions/setup-node@v4
122122
with:
123-
node-version: '18.x'
123+
node-version: '20.x'
124124
registry-url: 'https://registry.npmjs.org'
125125
- run: npm i
126-
- run: npm publish -f
126+
- run: npm publish --access public
127127
env:
128128
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)