Skip to content

Commit

Permalink
fix: Change NPM registry
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Jun 11, 2024
1 parent 11bba2d commit 4a5adc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
FORCE_COLOR: "1"
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@pubg/semantic-release-gitlabmonorepo",
"name": "@pubgcorp/semantic-release-gitlabmonorepo",
"version": "1.0.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -37,8 +38,10 @@
"CHANGELOG.md"
],
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"
"access": "public"
},
"version": "1.0.0"
"repository": {
"type": "git",
"url": "git+https://github.com/pubg/semantic-release-gitlabmonorepo.git"
}
}

0 comments on commit 4a5adc0

Please sign in to comment.