Skip to content

Commit

Permalink
fix backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Feb 5, 2024
1 parent 316aeb6 commit bafb3de
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 @@ -23,7 +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`
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"
Expand Down

0 comments on commit bafb3de

Please sign in to comment.