Skip to content

Commit 268e4e9

Browse files
committed
wip
1 parent 48eea20 commit 268e4e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.3
1+
VERSION=v0.0.4
22
OUT_DIR=dist
33

44
CLI_NAME?=cf

hack/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ if [[ "$PRE_RELEASE" ]]; then
3232
echo ""
3333
fi
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

3737
if [[ "$DRY_RUN" == "1" ]]; then
3838
exit 0
3939
fi
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

0 commit comments

Comments
 (0)