Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Reference correct tag name variable in release pipeline
Using the $GIT_TAG_NAME variable wasn't quite working for the release pipeline, so this PR switches to the ${{ steps.tagName.output.tag }} variable, which should work.
- Loading branch information