Skip to content

Commit

Permalink
chore: use correct stable channel for new y-stream releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Bulatov authored Aug 14, 2023
1 parent 129680f commit 4106ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
REPLACES="quay-operator.v$PREVIOUS_VERSION"
fi
mkdir -p ./${{ github.event.inputs.tag }}
STABLE_Y_STREAM=$(ls -1d *.0 | sort -rV | head -n1)
DEFAULT_CHANNEL="stable-${STABLE_Y_STREAM%.0}"
Expand All @@ -142,7 +144,6 @@ jobs:
rm ./bundle/manifests/quay-operator.service.yaml
cd ..
mkdir -p ./operators/project-quay/${{ github.event.inputs.tag }}
mv \
./quay-operator/bundle/manifests \
./quay-operator/bundle/metadata \
Expand Down

0 comments on commit 4106ab0

Please sign in to comment.