Skip to content

Commit

Permalink
chore: ability to override registry for npm publish
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Mar 19, 2024
1 parent 12474bc commit 62016a2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
contents: write
with:
base64-subjects: "${{ needs.build.outputs.hashes }}"
upload-assets: ${{ !inputs.dry-run }}
upload-assets: ${{ inputs.dry-run != false }}

release:
name: "Release to GitHub (${{ inputs.package }})"
Expand Down
1 change: 0 additions & 1 deletion packages/gradle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"gradle"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"provenance": true,
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"provenance": true,
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"!dist/tests"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"provenance": true,
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/maven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"maven"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"provenance": true,
"access": "public"
},
Expand Down

0 comments on commit 62016a2

Please sign in to comment.