From 9e87f2bbd3ca9a313c17db2d77a93182800603a4 Mon Sep 17 00:00:00 2001 From: "Doan Dinh (Nick)" <88996251+doannimble@users.noreply.github.com> Date: Thu, 30 Sep 2021 13:55:45 +0700 Subject: [PATCH] Update relese.yml --- .github/workflows/relese.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/relese.yml b/.github/workflows/relese.yml index 50ee16d..6401c84 100644 --- a/.github/workflows/relese.yml +++ b/.github/workflows/relese.yml @@ -24,7 +24,7 @@ jobs: - uses: rishabhgupta/split-by@v1 id: split with: - string: ${{ steps.package.outputs.content }} + string: "${{ steps.package.outputs.content }}" split-by: '=' - name: Create Release @@ -33,7 +33,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: "309" + tag_name: "310" release_name: "Release ${{ steps.split.outputs._1}}" draft: false prerelease: false