Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(versioning): update GitHub Actions workflow to use --follow-tag…
…s for git push - Modified the versioning workflow to use `git push --follow-tags` instead of `git push origin --tags`, ensuring that all relevant tags are pushed along with the commits. - This change enhances the tagging process by automatically pushing tags created during the versioning step, streamlining the release workflow.
- Loading branch information