From 398a7b71f120e2d91bc5568ca5ccecf4a5ebcd90 Mon Sep 17 00:00:00 2001 From: minseonglove Date: Sun, 5 Jun 2022 20:43:37 +0900 Subject: [PATCH] =?UTF-8?q?BUILD=20:=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EB=AA=85=20=EA=B5=AC=EB=B6=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * sandbox 브랜치의 릴리즈와 구분 시킵니다. --- .github/workflows/bidderbidderCI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bidderbidderCI.yml b/.github/workflows/bidderbidderCI.yml index a6c95602..0c04bd79 100644 --- a/.github/workflows/bidderbidderCI.yml +++ b/.github/workflows/bidderbidderCI.yml @@ -55,7 +55,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ steps.date.outputs.date }} - release_name: Release-${{ steps.date.outputs.date }} + release_name: Release-dev-${{ steps.date.outputs.date }} - name: Upload Release APK id: upload_release_asset uses: actions/upload-release-asset@v1