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 d40dd90 commit c2e6f23Copy full SHA for c2e6f23
.github/workflows/publish.yml
@@ -151,7 +151,6 @@ jobs:
151
IS_PRE_RELEASE=${{ fromJson(steps.version-check.outputs.result).isPreRelease }}
152
IS_LATEST=${{ fromJson(steps.version-check.outputs.result).isPreRelease == false }}
153
gh release create v$VERSION \
154
- --fail-on-no-commits \
155
--verify-tag \
156
--target=${{ steps.get-latest-sha.outputs.latest-sha }} \
157
--prerelease=$IS_PRE_RELEASE \
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-libcurl",
3
- "version": "5.0.1",
+ "version": "5.0.0",
4
"description": "The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl",
5
"keywords": [
6
"node-curl",
0 commit comments