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 6484648 commit af8344bCopy full SHA for af8344b
.github/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
49
make build-installer -e TAG=${RELEASE_VERSION} -e quay_repository=quay.io/ibm
50
51
- name: Create GitHub Release
52
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
53
with:
54
name: Release ${{ env.RELEASE_VERSION }}
55
generate_release_notes: true
0 commit comments