Skip to content

Commit d126ebb

Browse files
committed
bump version of action-gh-release to upgrade to Node.js 20 (#266)
1 parent 94d6de5 commit d126ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
make build-installer -e TAG=${RELEASE_VERSION} -e quay_repository=quay.io/ibm
5050
5151
- name: Create GitHub Release
52-
uses: softprops/action-gh-release@v1
52+
uses: softprops/action-gh-release@v2
5353
with:
5454
name: Release ${{ env.RELEASE_VERSION }}
5555
generate_release_notes: true

0 commit comments

Comments
 (0)