Skip to content

Commit 9fe7565

Browse files
author
devgioele
committed
fix release workflow
1 parent c9de223 commit 9fe7565

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
release_name: Release ${{ github.ref }}
1717
draft: false
1818
prerelease: false
19-
- uses: aboutbits/github-actions-node/setup-and-install@v1
19+
- uses: aboutbits/github-actions-node/setup-and-install@v2
2020
with:
21-
node-version: ${{ env.NODE_VERSION }}
21+
node-version: 16
22+
registry-url: "https://registry.npmjs.org"
2223
- run: npm publish
2324
env:
2425
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)