Fix release_tag

This commit is contained in:
Fabing Li 2025-03-24 09:05:49 +00:00 committed by Tate, Hongliang Tian
parent be7c7d5624
commit 9872adaa71
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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"
}