From 116bba8cedd85fd5995d67afb97dfe5b8eaec152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EC=A7=84?= Date: Wed, 11 Dec 2024 14:08:26 +0900 Subject: [PATCH] Update release_tag.yml --- .github/workflows/release_tag.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release_tag.yml b/.github/workflows/release_tag.yml index 836d0f9c..bc7f0c4e 100644 --- a/.github/workflows/release_tag.yml +++ b/.github/workflows/release_tag.yml @@ -1,24 +1,21 @@ name: Release Tag #트리거 요소 - on: pull_request: branches: - production types: - closed - paths: - - 'release/**' - + jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: 버전 정보 추출 - run: echo "##[set-output name=version;]$(echo '${{ github.ref }}' | egrep -o '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}')" - id: extract_version_name + run: echo "##[set-output name=version;]$(echo '${{ github.event.head_commit.message }}' | egrep -o '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}')" + id: extract_version_name - name: Release 생성 uses: actions/create-release@v1 env: