Skip to content

Commit 5a920f9

Browse files
committed
publish v0.9.2
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent 50f7fdd commit 5a920f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

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

88
jobs:
99
release:
@@ -16,8 +16,8 @@ jobs:
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
@@ -63,8 +63,8 @@ jobs:
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

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 := 1.0.3
2+
APP_VERSION := 0.9.2
33
BUILD_DIR := $(NAME)-$(APP_VERSION)
44
BIN_DIR := bin
55

0 commit comments

Comments
 (0)