Skip to content

Commit

Permalink
Merge branch 'develop' into drop-if-exists
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Dec 2, 2023
2 parents c47be18 + 781f242 commit 13024a8
Show file tree
Hide file tree
Showing 103 changed files with 3,542 additions and 1,641 deletions.
3 changes: 3 additions & 0 deletions .github/actions/publish-github-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ runs:
echo "prerelease=false" >> $GITHUB_ENV
echo "makeLatest=true" >> $GITHUB_ENV
echo "generateReleaseNotes=false" >> $GITHUB_ENV
echo "omitBody=true" >> $GITHUB_ENV
else
echo "prerelease=true" >> $GITHUB_ENV
echo "makeLatest=false" >> $GITHUB_ENV
echo "generateReleaseNotes=true" >> $GITHUB_ENV
echo "omitBody=false" >> $GITHUB_ENV
fi
- name: Publish release
Expand All @@ -45,6 +47,7 @@ runs:
makeLatest: ${{ env.makeLatest }}
tag: ${{ inputs.version }}
generateReleaseNotes: ${{ env.generateReleaseNotes }}
omitBody: ${{ env.omitBody }} # omitBody is true when the release is a official release.
allowUpdates: true
artifacts: |
**/greptime-*/*
Loading

0 comments on commit 13024a8

Please sign in to comment.