diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39d84dc..8fa63d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"