Skip to content

Commit

Permalink
Fix release automation
Browse files Browse the repository at this point in the history
Signed-off-by: Mikalai Radchuk <[email protected]>
  • Loading branch information
m1kola committed Oct 31, 2024
1 parent 06edf28 commit 3c385f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
name: ${{ env.IMAGE_TAG }}
draft: true
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -60,7 +59,8 @@ jobs:
PKG: github.com/operator-framework/operator-lifecycle-manager

- name: Generate quickstart release manifests
run: make release ver=${{ env.IMAGE_TAG }} IMAGE_REPO=quay.io/operator-framework/olm
if: startsWith(github.ref, 'refs/tags')
run: make release RELEASE_VERSION=${{ env.IMAGE_TAG }} IMAGE_REPO=quay.io/operator-framework/olm

- name: Update release artifacts with rendered Kubernetes release manifests
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 3c385f6

Please sign in to comment.