File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - uts
7
7
8
8
jobs :
9
9
release :
17
17
18
18
env :
19
19
IS_LATEST_RELEASE : ' true'
20
- APP_VERSION : 0.0.0
20
+ APP_VERSION : 0.5.2
21
21
22
22
steps :
23
23
- name : Checkout Code
@@ -56,10 +56,10 @@ jobs:
56
56
uses : softprops/action-gh-release@v2
57
57
with :
58
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
60
- /home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.tar.gz.sha256
61
- tag_name : v0.1.0
62
- name : v0.1.0
59
+ /home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}-deb .tar.gz
60
+ /home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}-deb .tar.gz.sha256
61
+ tag_name : v0.5.2
62
+ name : v0.5.2
63
63
body : Generate debian package
64
64
prerelease : ${{ env.IS_LATEST_RELEASE != 'true' }}
65
65
Original file line number Diff line number Diff line change 1
1
NAME := cos-csi-mounter
2
- APP_VERSION := 0.0.0
2
+ APP_VERSION := 0.5.2
3
3
BUILD_DIR := $(NAME ) -$(APP_VERSION )
4
4
BIN_DIR := bin
5
5
You can’t perform that action at this time.
0 commit comments