Skip to content

Commit d0a1b29

Browse files
committed
more try fix autoreleaser
1 parent 60996fa commit d0a1b29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockcross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ jobs:
187187
-X PATCH \
188188
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
189189
-H "Accept: application/vnd.github.v3+json" \
190-
-d '{"draft": false, "prerelease": false}' \
190+
-d '{"draft": false, "prerelease": false, "make_latest": true}' \
191191
"https://api.github.com/repos/${{ github.repository }}/releases/${{ needs.create_release.outputs.release_id }}"

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#include "shims.h"
4747

4848
const char* NAME = "cliffi";
49-
const char* VERSION = "v1.10.18";
49+
const char* VERSION = "v1.10.19";
5050
const char* BASIC_USAGE_STRING = "<library> <return_typeflag> <function_name> [[-typeflag] <arg>.. [ ... <varargs>..] ]\n";
5151

5252
sigjmp_buf jmpBuffer;

0 commit comments

Comments
 (0)