Skip to content

Commit

Permalink
Merge pull request #22 from godatadriven/release-more-version-tags
Browse files Browse the repository at this point in the history
Adding force to push tags again
  • Loading branch information
pgoslatara authored Jul 10, 2024
2 parents 28155c7 + 0ae9d95 commit e7d39ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
git tag -f \
-a v${{ steps.version.outputs.version }} \
-m "v${{ steps.version.outputs.version }}"
git push origin "v${{ steps.version.outputs.version }}"
git push -f origin "v${{ steps.version.outputs.version }}"
git tag -f \
-a v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }} \
-m "v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}"
git push origin "v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}"
git push -f origin "v${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}"
git tag -f \
-a v${{ steps.version.outputs.major }} \
-m "v${{ steps.version.outputs.major }}"
Expand Down

0 comments on commit e7d39ba

Please sign in to comment.