From e1586bde84c28d13494f65d9ae64fcbc34b5ba09 Mon Sep 17 00:00:00 2001 From: cloudforet-admin Date: Tue, 24 Oct 2023 11:34:53 +0900 Subject: [PATCH] [CI] Deploy CI --- .github/workflows/dispatch_build_dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch_build_dev.yaml b/.github/workflows/dispatch_build_dev.yaml index 80f507c..7d83ed7 100644 --- a/.github/workflows/dispatch_build_dev.yaml +++ b/.github/workflows/dispatch_build_dev.yaml @@ -20,7 +20,7 @@ jobs: - name: set version with current date id: versioning run: | - echo "VERSION=$(cat src/VERSION | cut -c 2-).${{ env.TIME }}" >> $GITHUB_OUTPUT + echo "VERSION=$(sed 's/v//' < src/VERSION).${{ env.TIME }}" >> $GITHUB_OUTPUT - name: Notice when job fails if: failure() uses: 8398a7/action-slack@v3.2.0