Skip to content

Commit

Permalink
fetch new created tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bodo-hugo-barwich committed Feb 5, 2023
1 parent 98dd211 commit 0ef2600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
git config user.name "Bodo Hugo Barwich"
git tag -a "${{ steps.cargo_version.outputs.version }}" -m "text-sanitizer ${{ steps.cargo_version.outputs.version }} released"
git push origin ${{ steps.cargo_version.outputs.version }}
git fetch --tags
git checkout ${{ steps.cargo_version.outputs.version }}
- name: Build Release Version
Expand Down

0 comments on commit 0ef2600

Please sign in to comment.