Skip to content

Commit c75e900

Browse files
Update softprops/action-gh-release action to v2 (#216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8110f11 commit c75e900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Latest Version (Tag and Release)
5454
id: release
5555
if: contains(steps.check_commit.outputs.message, 'publish')
56-
uses: softprops/action-gh-release@v1
56+
uses: softprops/action-gh-release@v2
5757
with:
5858
files: |
5959
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.tar.gz

0 commit comments

Comments
 (0)