File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,15 @@ jobs:
64
64
files : |
65
65
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-latest.tar.gz
66
66
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-latest.tar.gz.sha256
67
- tag_name : v0.1.0
68
- name : v0.1.0
67
+ tag_name : v0.0.1
68
+ name : v0.0.1
69
69
body : CSR generated with SHA1 is not supported to get certs using Metadata.
70
70
71
- # - name: Label Release as Latest (if enabled)
72
- # if: $IS_LATEST_RELEASE == 'true'
73
- # run: |
74
- # # Tag the release as 'latest' if IS_LATEST is true
75
- # gh release edit ${{ github.ref }} --add-label latest
76
- # env:
77
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
+ - name : Label Release as Latest (if enabled)
72
+ if : ${{ steps.set_is_latest_release.outputs.IS_LATEST_RELEASE == 'true' }}
73
+ run : |
74
+ # Tag the release as 'latest' if IS_LATEST is true
75
+ gh release edit ${{ github.ref }} --add-label latest
78
76
79
77
- name : Perform CodeQL Analysis
80
78
uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments