Commit 4875891
committed
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.1 parent e387b71 commit 4875891
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
0 commit comments