We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45f0cc commit da7e89eCopy full SHA for da7e89e
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
with:
100
ignore_install_scripts: true
101
102
- - run: npm publish --provenance --tag alpha
+ - run: npm publish --provenance
103
if: ${{ needs.release_please.outputs.release_created }}
104
env:
105
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
release-please-config.json
@@ -8,7 +8,7 @@
8
"bump-minor-pre-major": false,
9
"bump-patch-for-minor-pre-major": false,
10
"draft": false,
11
- "prerelease": true
+ "prerelease": false
12
}
13
},
14
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
0 commit comments