Skip to content

Commit 15aba19

Browse files
author
devgioele
committed
fix release workflow
1 parent b4d59bc commit 15aba19

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- uses: aboutbits/github-actions-node/setup-and-install@v1
2020
with:
2121
node-version: ${{ env.NODE_VERSION }}
22-
- run: npm install
2322
- run: npm publish
2423
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)