Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 committed May 30, 2024
1 parent 28adf0a commit 9846a63
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 36 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:

# GitHub Packages 배포
- name: Publish to GitHub Packages
run: yarn publish:base --registry=https://npm.pkg.github.com/
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc
yarn publish:base --registry=https://npm.pkg.github.com/
# npm 공용 레지스트리에 배포
- name: Publish to npm
run: |
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
yarn publish:base --registry=https://registry.npmjs.org/
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

Empty file removed .turbo/cookies/1.cookie
Empty file.
25 changes: 0 additions & 25 deletions .turbo/daemon/d113209a97e212ff-turbo.log.2024-05-30

This file was deleted.

5 changes: 2 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@woohm402/eslint-config-base",
"version": "0.0.12",
"version": "0.0.20",
"description": "Base config for TypeScript",
"private": false,
"scripts": {
"test": "vitest run",
"publish": "npm publish"
"test": "vitest run"
},
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 9846a63

Please sign in to comment.