Skip to content

Commit

Permalink
fix: set remote git repository (#231)
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 6d68180 commit 0340d7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ jobs:
continue-on-error: true
run: |
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 --tags
git push -u origin --tags

0 comments on commit 0340d7e

Please sign in to comment.