Skip to content

Commit a30c91a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- cos-csi-mounter
1717

1818
env:
19-
IS_LATEST_RELEASE: true
19+
IS_LATEST_RELEASE: 'true'
2020

2121
steps:
2222
- name: Checkout Code
@@ -62,7 +62,7 @@ jobs:
6262
body: CSR generated with SHA1 is not supported to get certs using Metadata.
6363

6464
- name: Label Release as Latest (if enabled)
65-
if: ${{ env.IS_LATEST_RELEASE == true }}
65+
if: ${{ env.IS_LATEST_RELEASE == 'true' }}
6666
run: |
6767
# Tag the release as 'latest' if IS_LATEST is true
6868
gh release edit ${{ github.ref }} --add-label latest

0 commit comments

Comments
 (0)