Closed mindaugasrukas closed 1 year ago
Fixed tagging command. Added tests.
Bugfix
Run tag=$(cd src; go run image_tags/main.go -org temporalio -repo "$REPO" bump "$BUMP") tag=$(cd src; go run image_tags/main.go -org temporalio -repo "$REPO" bump "$BUMP") echo "tag=$tag" >> $GITHUB_OUTPUT shell: /usr/bin/bash -e {0} env: REPO: base-admin-tools BUMP: minor go: downloading github.com/Masterminds/semver/v3 v3.2.1 2023/06/12 19:14:22 Error parsing version: Invalid Semantic Version exit status 1
It was failing for the version string latest.
latest
Closes No
How was this tested: GHA
Any docs updates needed? No
What was changed
Fixed tagging command. Added tests.
Why?
Bugfix
It was failing for the version string
latest
.Checklist
Closes No
How was this tested: GHA
Any docs updates needed? No