Skip to content

Commit

Permalink
please for the love of everything work
Browse files Browse the repository at this point in the history
Signed-off-by: Edaz <[email protected]>
  • Loading branch information
edazpotato committed Nov 24, 2021
1 parent 1e71b74 commit 19ffc68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: pnpm ci
- run: pnpm publish
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand All @@ -52,7 +52,7 @@ jobs:
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: pnpm ci
- run: pnpm publish
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 19ffc68

Please sign in to comment.