We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 544c220 + 9dca08b commit b88212bCopy full SHA for b88212b
1 file changed
.github/workflows/updateReleaseVersions.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Update tags
36
run: |
37
MAJOR="${{ steps.parse.outputs.major }}"
38
- MINOR="${{ steps.parse.outputs.major }}.${{ steps.parse.outputs.major }}"
+ MINOR="${{ steps.parse.outputs.major }}.${{ steps.parse.outputs.minor }}"
39
TARGET="${{ inputs.release_ref }}"
40
git tag -f $MAJOR $TARGET
41
git tag -f $MINOR $TARGET
0 commit comments