Skip to content

Commit

Permalink
chore: publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Oct 18, 2023
1 parent adf228b commit 9f92d79
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -19,6 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18"
registry-url: https://npm.pkg.github.com/

- uses: actions/cache@v2
id: yarn-unplugged-cache
Expand All @@ -44,4 +45,4 @@ jobs:
version: yarn version
env:
NODE_AUTH_TOKEN: ${{ github.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"author": "junghyeonsu <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"files": [
"svg",
"drawable",
Expand Down

0 comments on commit 9f92d79

Please sign in to comment.