Skip to content

Commit f037b6f

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Checkout Code
2424
uses: actions/checkout@v4
2525

26+
- name: Print Go Version
27+
run: go version
28+
2629
- name: Initialize CodeQL
2730
uses: github/codeql-action/init@v3
2831
with:

cos-csi-mounter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DEB_ARCH := all
99
DESCRIPTION := "IBM cos-csi-mounter service"
1010

1111
INSTALL_TAR_FILE := "$(NAME)-$(APP_VERSION).deb.tar.gz"
12-
CHECKSUM_FILE := "$(INSTALL_TAR_FILE).deb.sha256"
12+
CHECKSUM_FILE := "$(INSTALL_TAR_FILE).sha256"
1313

1414
test:
1515
go test -v -timeout 1800s -coverprofile=cover.out ./...

0 commit comments

Comments
 (0)