Skip to content

Commit 253e9cc

Browse files
committed
mounter s3fs uts
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent 9d9c639 commit 253e9cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- main
6+
- uts
77

88
jobs:
99
release:
@@ -17,7 +17,7 @@ jobs:
1717

1818
env:
1919
IS_LATEST_RELEASE: 'true'
20-
APP_VERSION: 0.0.0
20+
APP_VERSION: 0.5.2
2121

2222
steps:
2323
- name: Checkout Code
@@ -56,10 +56,10 @@ jobs:
5656
uses: softprops/action-gh-release@v2
5757
with:
5858
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
6363
body: Generate debian package
6464
prerelease: ${{ env.IS_LATEST_RELEASE != 'true' }}
6565

cos-csi-mounter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := cos-csi-mounter
2-
APP_VERSION := 0.0.0
2+
APP_VERSION := 0.5.2
33
BUILD_DIR := $(NAME)-$(APP_VERSION)
44
BIN_DIR := bin
55

0 commit comments

Comments
 (0)