Skip to content

Commit

Permalink
add action for build base
Browse files Browse the repository at this point in the history
Signed-off-by: oilbeater <liumengxinfly@gmail.com>
  • Loading branch information
oilbeater committed Feb 21, 2024
1 parent f537002 commit 0107f9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/release.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -euo pipefail
# run hack/release.sh from the project root directory to publish the release

echo "check status of last commit build"
commit=$(git rev-parse HEAD)
Expand Down Expand Up @@ -49,4 +50,7 @@ git push
echo "draft a release"
gh release create $VERSION --draft

echo "trigger action to build new base"
gh workflow run build-kube-ovn-base.yaml --ref $(git branch --show-current)

echo "Need to modify the doc version number manually"

0 comments on commit 0107f9d

Please sign in to comment.