File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 push :
55 branches :
6- - main
6+ - ciphersuites
77
88jobs :
99 release :
1616 - cos-csi-mounter
1717
1818 env :
19- IS_LATEST_RELEASE : ' true '
20- APP_VERSION : 1.0.3
19+ IS_LATEST_RELEASE : ' false '
20+ APP_VERSION : 0.9.2
2121
2222 steps :
2323 - name : Checkout Code
6363 /home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.deb.tar.gz.sha256
6464 /home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.rpm.tar.gz
6565 /home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.rpm.tar.gz.sha256
66- tag_name : v1.0.3
67- name : v1.0.3
66+ tag_name : v0.9.2
67+ name : v0.9.2
6868 # # body:
6969 prerelease : ${{ env.IS_LATEST_RELEASE != 'true' }}
7070
Original file line number Diff line number Diff line change 11NAME := cos-csi-mounter
2- APP_VERSION := 1.0.3
2+ APP_VERSION := 0.9.2
33BUILD_DIR := $(NAME ) -$(APP_VERSION )
44BIN_DIR := bin
55
You can’t perform that action at this time.
0 commit comments