Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed May 26, 2021
1 parent 48eea20 commit 268e4e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.0.3
VERSION=v0.0.4
OUT_DIR=dist

CLI_NAME?=cf
Expand Down
4 changes: 2 additions & 2 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ if [[ "$PRE_RELEASE" ]]; then
echo ""
fi

echo "gh release create --repo $GIT_REPO -t $VERSION -F $FILE --target main --prerelease=$PRERELEASE main ./dist/*.tar.gz ./dist/*.sha256"
echo "gh release create --repo $GIT_REPO -t $VERSION -F $FILE --prerelease=$PRERELEASE $VERSION ./dist/*.tar.gz ./dist/*.sha256"

if [[ "$DRY_RUN" == "1" ]]; then
exit 0
fi

gh release create --repo $GIT_REPO -t $VERSION -F $FILE --target main --prerelease=$PRERELEASE main ./dist/*.tar.gz ./dist/*.sha256
gh release create --repo $GIT_REPO -t $VERSION -F $FILE --prerelease=$PRERELEASE $VERSION ./dist/*.tar.gz ./dist/*.sha256

0 comments on commit 268e4e9

Please sign in to comment.