Skip to content

Commit bbc1272

Browse files
build(deps): bump softprops/action-gh-release from 1 to 2 (#3252)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd94b92 commit bbc1272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: make release ver=${{ env.IMAGE_TAG }} IMAGE_REPO=quay.io/operator-framework/olm
6969

7070
- name: Update release artifacts with rendered Kubernetes release manifests
71-
uses: softprops/action-gh-release@v1
71+
uses: softprops/action-gh-release@v2
7272
if: startsWith(github.ref, 'refs/tags')
7373
with:
7474
name: ${{ env.IMAGE_TAG }}

0 commit comments

Comments
 (0)