mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
Fix release_tag
This commit is contained in:
parent
be7c7d5624
commit
9872adaa71
2
.github/workflows/push_git_tag.yml
vendored
2
.github/workflows/push_git_tag.yml
vendored
@ -18,4 +18,4 @@ jobs:
|
||||
uses: pxpm/github-tag-action@1.0.1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: v0.14.0
|
||||
tag: v0.14.1
|
||||
|
@ -196,6 +196,10 @@ sync_project_version() {
|
||||
|
||||
update_project_dependencies
|
||||
|
||||
# Update tag version in release_tag workflow
|
||||
RELEASE_TAG_WORKFLOW=${ASTER_SRC_DIR}/.github/workflows/push_git_tag.yml
|
||||
update_tag_version $RELEASE_TAG_WORKFLOW
|
||||
|
||||
echo -n "${new_version}" > ${VERSION_PATH}
|
||||
echo "Bumped Asterinas OSTD & OSDK version to $new_version"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user