Skip to content

Commit

Permalink
deploy: deploy to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasowow committed Jun 9, 2023
1 parent 67f26a4 commit 265d1b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: 18.x
cache: pnpm
registry-url: https://npm.pkg.github.com/
registry-url: 'https://registry.npmjs.org'

- name: 📦 Install dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -35,5 +35,5 @@ jobs:
- run: pnpm publish -r --no-git-checks
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@owowagency/eslint-config",
"version": "0.1.4",
"license": "MIT",
"private": true,
"peerDependencies": {
"eslint": ">=7.4.0"
},
Expand All @@ -17,8 +16,5 @@
"lint": "eslint .",
"release": "bumpp -r"
},
"packageManager": "[email protected]",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
"packageManager": "[email protected]"
}
6 changes: 5 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 265d1b2

Please sign in to comment.