Skip to content

Commit 5f855f3

Browse files
committed
Update release action
1 parent 25079ad commit 5f855f3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ jobs:
1919
- name: Setup NodeJs
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '20.x'
22+
node-version: '20'
2323
registry-url: 'https://registry.npmjs.org'
2424

25+
- name: Update npm
26+
run: npm install -g npm@latest
27+
2528
- name: Install dependencies
2629
run: npm ci
2730

2831
- name: Build and run code
2932
run: npm run build
3033

3134
- name: Publish
32-
run: npm publish --provenance --access public
35+
run: npm publish

0 commit comments

Comments
 (0)