Skip to content

Commit

Permalink
๐Ÿ“ :: npm-publish.yml run ์˜ต์…˜ ๋ณ€๊ฒฝ
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjiwoo0522 committed May 24, 2021
1 parent 553ea8a commit a9a69c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npx tsc
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Expand All @@ -47,6 +47,6 @@ jobs:
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npx tsc
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit a9a69c3

Please sign in to comment.