File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- VERSION =v0.0.3
1
+ VERSION =v0.0.4
2
2
OUT_DIR =dist
3
3
4
4
CLI_NAME? =cf
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ if [[ "$PRE_RELEASE" ]]; then
32
32
echo " "
33
33
fi
34
34
35
- echo " gh release create --repo $GIT_REPO -t $VERSION -F $FILE --target main -- prerelease=$PRERELEASE main ./dist/*.tar.gz ./dist/*.sha256"
35
+ echo " gh release create --repo $GIT_REPO -t $VERSION -F $FILE --prerelease=$PRERELEASE $VERSION ./dist/*.tar.gz ./dist/*.sha256"
36
36
37
37
if [[ " $DRY_RUN " == " 1" ]]; then
38
38
exit 0
39
39
fi
40
40
41
- gh release create --repo $GIT_REPO -t $VERSION -F $FILE --target main -- prerelease=$PRERELEASE main ./dist/* .tar.gz ./dist/* .sha256
41
+ gh release create --repo $GIT_REPO -t $VERSION -F $FILE --prerelease=$PRERELEASE $VERSION ./dist/* .tar.gz ./dist/* .sha256
You can’t perform that action at this time.
0 commit comments