We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd94b92 commit bbc1272Copy full SHA for bbc1272
.github/workflows/goreleaser.yaml
@@ -68,7 +68,7 @@ jobs:
68
run: make release ver=${{ env.IMAGE_TAG }} IMAGE_REPO=quay.io/operator-framework/olm
69
70
- name: Update release artifacts with rendered Kubernetes release manifests
71
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
72
if: startsWith(github.ref, 'refs/tags')
73
with:
74
name: ${{ env.IMAGE_TAG }}
0 commit comments