Skip to content

Commit 3389354

Browse files
committed
build: Use npm registry in release workflow
1 parent ad30e33 commit 3389354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
release-type: node
15-
package-name: commit-and-tag-version
15+
package-name: standard-version
1616
# The logic below handles the npm publication:
1717
- uses: actions/checkout@v2
1818
# these if statements ensure that a publication only occurs when
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v1
2222
with:
2323
node-version: 12
24-
registry-url: 'https://external-dot-oss-automation.appspot.com'
24+
registry-url: 'https://registry.npmjs.org'
2525
if: ${{ steps.release.outputs.release_created }}
2626
- run: npm ci
2727
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)