Skip to content

Commit

Permalink
devtool: add npm auth token env on release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akfm.sato committed Jul 15, 2022
1 parent 55475bb commit 62e8db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: npm release
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: gtihub release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 62e8db6

Please sign in to comment.