Skip to content

Commit

Permalink
fix(ci): stop publishing to github registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 13, 2022
1 parent 4e8c98f commit 4c70a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: lts/*
registry-url: https://npm.pkg.github.com/

- name: Install dependencies
run: yarn
Expand All @@ -41,6 +40,5 @@ jobs:
- name: Publish package
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
}
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/@rubilmax"
"access": "public"
},
"lint-staged": {
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
Expand Down

0 comments on commit 4c70a5c

Please sign in to comment.