Skip to content

Commit 2a3c9b4

Browse files
committed
publish dev tag
Signed-off-by: Ashima-Ashima1 <Ashima.Ashima1@ibm.com>
1 parent 8916d27 commit 2a3c9b4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.0.0
20+
APP_VERSION: 0.2.0
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.1.0-dev04
62-
name: v0.1.0-dev04
61+
tag_name: v0.2.0-dev01
62+
name: v0.2.0-dev01
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.2.0
33
BUILD_DIR := $(NAME)-$(APP_VERSION)
44
BIN_DIR := bin
55

cos-csi-mounter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/IBM/ibm-object-csi-driver/cos-csi-mounter
33
go 1.24.3
44

55
require (
6-
github.com/IBM/ibm-object-csi-driver v0.1.1
6+
github.com/IBM/ibm-object-csi-driver v0.1.2
77
github.com/gin-gonic/gin v1.10.0
88
github.com/stretchr/testify v1.10.0
99
go.uber.org/zap v1.27.0

cos-csi-mounter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/IBM/ibm-object-csi-driver v0.1.1 h1:q1sLWDpxl8NmvJA5DdZ2P7kL9fnPo0qFC5T9TlGRAMY=
2-
github.com/IBM/ibm-object-csi-driver v0.1.1/go.mod h1:5QAvT9DWDcIHCHAhwFScc+QrIn1/YJ0qMZrbkfw45BQ=
1+
github.com/IBM/ibm-object-csi-driver v0.1.2 h1:77UbsopqkpHRPP3WWV+EK5THn92fQ0e7ADk2L2MdLcE=
2+
github.com/IBM/ibm-object-csi-driver v0.1.2/go.mod h1:5QAvT9DWDcIHCHAhwFScc+QrIn1/YJ0qMZrbkfw45BQ=
33
github.com/bytedance/sonic v1.11.6 h1:oUp34TzMlL+OY1OUWxHqsdkgC/Zfc85zGqw9siXjrc0=
44
github.com/bytedance/sonic v1.11.6/go.mod h1:LysEHSvpvDySVdC2f87zGWf6CIKJcAvqab1ZaiQtds4=
55
github.com/bytedance/sonic/loader v0.1.1 h1:c+e5Pt1k/cy5wMveRDyk2X4B9hF4g7an8N3zCYjJFNM=

0 commit comments

Comments
 (0)