Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Feb 5, 2024
1 parent bafb3de commit 87714ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
id: getRelease
run: |
curl https://github.com/candlepin/candlepin/blob/main/api/candlepin-api-spec.yaml -o candlepin-api-spec.yaml
yq -r '.info.version' < candlepin-api-spec.yaml
version= "`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"
echo "version=$version" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 87714ae

Please sign in to comment.