Skip to content

Commit

Permalink
v1.0.2 맥북 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
parksey authored Sep 10, 2023
1 parent a21a24f commit 7f91688
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/jtoon-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f91688

Please sign in to comment.