Skip to content

Commit

Permalink
[release-1.10] fix publish action (#2759)
Browse files Browse the repository at this point in the history
Added missing yaml multiline symbol

Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
  • Loading branch information
nunnatsa authored Jan 23, 2024
1 parent c6e1d5b commit 2b73057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-community-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: get next version
env:
CSV_VERSION: ${{ env.CSV_VERSION }}
run:
run: |
NEW_VERSION=./hack/get-next-version.sh "${CSV_VERSION}"
NEW_IMAGE_TAG="${NEW_VERSION}-unstable"
echo "NEW_VERSION=${NEW_VERSION}" >> $GITHUB_ENV
Expand Down

0 comments on commit 2b73057

Please sign in to comment.