From 180d86f2b1f3ab2b83d43dd67d498bbd33f92c32 Mon Sep 17 00:00:00 2001 From: Park Seyeon Date: Sun, 10 Sep 2023 23:54:37 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Revert=20"fix:=20v1.0.0=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC=20CD=20release=20=EB=B3=80=EA=B2=BD"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/jtoon-deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/jtoon-deploy.yml b/.github/workflows/jtoon-deploy.yml index ebe80070..867a1775 100644 --- a/.github/workflows/jtoon-deploy.yml +++ b/.github/workflows/jtoon-deploy.yml @@ -20,13 +20,13 @@ jobs: VERSION=$(grep -o -E "v[0-9]+\.[0-9]+\.[0-9]+" <<< "${{ github.event.head_commit.message }}") echo "VERSION=${VERSION}" >> $GITHUB_ENV - - name: Github release 자동생성 - uses: action-pack/github-release@v2 + - name: Github release 생성 + uses: actions/create-release@v1 + with: + tag_name: ${{ env.VERSION }} + release_name: JTOON - ${{ env.VERSION }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag: ${{ env.VERSION }} - title: JTOON - ${{ env.VERSION }} - name: JDK 17 설정 uses: actions/setup-java@v3 From 7f916887be9a738818233de94420d81e05ce3ce1 Mon Sep 17 00:00:00 2001 From: Park Seyeon Date: Mon, 11 Sep 2023 00:36:23 +0900 Subject: [PATCH 2/2] =?UTF-8?q?v1.0.2=20=EB=A7=A5=EB=B6=81=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/jtoon-deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/jtoon-deploy.yml b/.github/workflows/jtoon-deploy.yml index 867a1775..ebe80070 100644 --- a/.github/workflows/jtoon-deploy.yml +++ b/.github/workflows/jtoon-deploy.yml @@ -20,13 +20,13 @@ jobs: VERSION=$(grep -o -E "v[0-9]+\.[0-9]+\.[0-9]+" <<< "${{ github.event.head_commit.message }}") echo "VERSION=${VERSION}" >> $GITHUB_ENV - - name: Github release 생성 - uses: actions/create-release@v1 - with: - tag_name: ${{ env.VERSION }} - release_name: JTOON - ${{ env.VERSION }} + - name: Github release 자동생성 + uses: action-pack/github-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag: ${{ env.VERSION }} + title: JTOON - ${{ env.VERSION }} - name: JDK 17 설정 uses: actions/setup-java@v3