Skip to content

Commit

Permalink
Merge pull request #79 from adzerk/github-actions-fix
Browse files Browse the repository at this point in the history
Added NPM_SECRET Variable
  • Loading branch information
ryuichis authored Jun 8, 2023
2 parents 0582f91 + d816eb1 commit 16266e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_SECRET: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
Expand All @@ -21,4 +22,4 @@ jobs:
- name: Build SDK
run: npm run build
- name: Publish to NPM
run: npm publish
run: npm publish

0 comments on commit 16266e4

Please sign in to comment.