Skip to content

Commit 1a781de

Browse files
committed
publish dev tag
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent 1fc9ef3 commit 1a781de

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
env:
1919
IS_LATEST_RELEASE: 'true'
20-
APP_VERSION: 0.2.3
20+
APP_VERSION: 0.2.4
2121

2222
steps:
2323
- name: Checkout Code
@@ -58,8 +58,8 @@ jobs:
5858
files: |
5959
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.tar.gz
6060
/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.2.3-dev
62-
name: v0.2.3-dev
61+
tag_name: v0.2.4-dev
62+
name: v0.2.4-dev
6363
body: Generate debian package with KillMode=process
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.2.3
2+
APP_VERSION := 0.2.4
33
BUILD_DIR := $(NAME)-$(APP_VERSION)
44
BIN_DIR := bin
55

cos-csi-mounter/server/server_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ func TestSetupSocket_FailsToCreateSocket(t *testing.T) {
102102

103103
func TestSetupSocket_StatSocketFileFails(t *testing.T) {
104104
tmpDir := t.TempDir()
105-
106-
// Override constants
107105
originalSocketDir := constants.SocketDir
108106
originalSocketFile := constants.SocketFile
109107
constants.SocketDir = tmpDir

0 commit comments

Comments
 (0)