We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad30e33 commit 3389354Copy full SHA for 3389354
.github/workflows/release-please.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
token: ${{ secrets.GITHUB_TOKEN }}
14
release-type: node
15
- package-name: commit-and-tag-version
+ package-name: standard-version
16
# The logic below handles the npm publication:
17
- uses: actions/checkout@v2
18
# these if statements ensure that a publication only occurs when
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/setup-node@v1
22
23
node-version: 12
24
- registry-url: 'https://external-dot-oss-automation.appspot.com'
+ registry-url: 'https://registry.npmjs.org'
25
if: ${{ steps.release.outputs.release_created }}
26
- run: npm ci
27
0 commit comments