From ed8b0b1aa30a149bc6ffcec1ee2b3c22debafc3a Mon Sep 17 00:00:00 2001 From: JangAyeon <67853616+JangAyeon@users.noreply.github.com> Date: Mon, 15 Apr 2024 05:20:26 +0900 Subject: [PATCH] add ENV for git action --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0af293f..18aceee 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,5 +43,5 @@ jobs: "DISCORD_SERVER_ID=${{secrets.DISCORD_SERVER_ID}}" "VOICE_CHANNEL=${{secrets.VOICE_CHANNEL}}" push: true - tags: "v1" + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}