There was an error while loading. Please reload this page.
1 parent 8110f11 commit c75e900Copy full SHA for c75e900
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Latest Version (Tag and Release)
54
id: release
55
if: contains(steps.check_commit.outputs.message, 'publish')
56
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
57
with:
58
files: |
59
/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