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 54b9799 commit 3487a52Copy full SHA for 3487a52
.github/workflows/release.yml
@@ -100,7 +100,7 @@ jobs:
100
with:
101
ignore_install_scripts: true
102
103
- - run: npm publish --provenance --tag=alpha
+ - run: npm publish --provenance
104
if: ${{ needs.release_please.outputs.release_created }}
105
env:
106
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
release-please-config.json
@@ -9,8 +9,7 @@
9
"release-type": "node",
10
"bump-minor-pre-major": false,
11
"bump-patch-for-minor-pre-major": false,
12
- "draft": false,
13
- "prerelease": true
+ "draft": false
14
}
15
16
0 commit comments