Skip to content

Commit

Permalink
fix: push one tag (#234)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored Apr 8, 2024
1 parent 31f419d commit 8345c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
version="$(make vald/client/python/version/print)"
git remote set-url origin "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git tag ${version}
git push -u origin --tags
git push origin ${version}

0 comments on commit 8345c5d

Please sign in to comment.