Skip to content

Commit

Permalink
add v prefix to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Feb 5, 2024
1 parent f3dac54 commit 5ffa3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
yq -r '.info.version' < candlepin-api-spec.yaml
version="`yq -r '.info.version' < candlepin-api-spec.yaml`"
major="v`echo $version | awk -F '.' '{print $1}'`"
tag="release/$version"
tag="release/v$version"
echo $version
echo $major
echo $tag
Expand Down

0 comments on commit 5ffa3bf

Please sign in to comment.