Skip to content

Commit

Permalink
Merge pull request #396 from PrefectHQ/release-2022.09.22
Browse files Browse the repository at this point in the history
Only include 1.x tags during Helm core version pin
  • Loading branch information
zanieb authored Sep 23, 2022
2 parents 03bf413 + 5fe03cc commit b2c9775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
echo ::set-output name=CORE_VERSION::$(\
git ls-remote --tags --refs --sort="v:refname" \
https://github.com/PrefectHQ/prefect.git | tail -n1 | sed 's/.*\///' \
https://github.com/PrefectHQ/prefect.git | grep "tags/1." | tail -n1 | sed 's/.*\///' \
)
echo ::set-output name=UI_VERSION::$(\
git ls-remote --tags --refs --sort="v:refname" \
Expand Down

0 comments on commit b2c9775

Please sign in to comment.