diff --git a/.github/workflows/cloud_release.yaml b/.github/workflows/cloud_release.yaml index 4fe77b16eb6..ccea19c3cf3 100644 --- a/.github/workflows/cloud_release.yaml +++ b/.github/workflows/cloud_release.yaml @@ -50,7 +50,7 @@ jobs: name: cloud-artifacts path: artifacts/ create-github-release: - if: ${{ contains(github.event.ref, '-') }} + if: ${{ !contains(github.event.ref, '-') }} name: Create Release on Github runs-on: ubuntu-latest needs: build-release