Skip to content

Commit b88212b

Browse files
Merge pull request #7 from codenamephp/fix/wrongMinorVersion
Fixed copy and paste error
2 parents 544c220 + 9dca08b commit b88212b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/updateReleaseVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Update tags
3636
run: |
3737
MAJOR="${{ steps.parse.outputs.major }}"
38-
MINOR="${{ steps.parse.outputs.major }}.${{ steps.parse.outputs.major }}"
38+
MINOR="${{ steps.parse.outputs.major }}.${{ steps.parse.outputs.minor }}"
3939
TARGET="${{ inputs.release_ref }}"
4040
git tag -f $MAJOR $TARGET
4141
git tag -f $MINOR $TARGET

0 commit comments

Comments
 (0)