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
22OUT_DIR =dist
33
44CLI_NAME? =cf
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ if [[ "$PRE_RELEASE" ]]; then
3232 echo " "
3333fi
3434
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"
3636
3737if [[ " $DRY_RUN " == " 1" ]]; then
3838 exit 0
3939fi
4040
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