Skip to content

Commit

Permalink
Merge pull request #35 from shgysk8zer0/bug/npm-auth
Browse files Browse the repository at this point in the history
bug/npm auth
  • Loading branch information
shgysk8zer0 authored Jul 3, 2023
2 parents 60bd444 + 338fac0 commit 954a6fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Create and publish a packages to npm
on:
push:
Expand Down Expand Up @@ -32,5 +33,5 @@ jobs:
- name: Publish to npm
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_AUTH }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 954a6fe

Please sign in to comment.