Skip to content

Commit c2e6f23

Browse files
committed
fix: ci version [skip ci]
1 parent d40dd90 commit c2e6f23

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ jobs:
151151
IS_PRE_RELEASE=${{ fromJson(steps.version-check.outputs.result).isPreRelease }}
152152
IS_LATEST=${{ fromJson(steps.version-check.outputs.result).isPreRelease == false }}
153153
gh release create v$VERSION \
154-
--fail-on-no-commits \
155154
--verify-tag \
156155
--target=${{ steps.get-latest-sha.outputs.latest-sha }} \
157156
--prerelease=$IS_PRE_RELEASE \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-libcurl",
3-
"version": "5.0.1",
3+
"version": "5.0.0",
44
"description": "The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl",
55
"keywords": [
66
"node-curl",

0 commit comments

Comments
 (0)