Skip to content

Commit

Permalink
Chore: 릴리즈 버전 추출법 변경
Browse files Browse the repository at this point in the history
Signed-off-by: 이재원 <ghfkddl706@me.com>
  • Loading branch information
jaewonLeeKOR authored Aug 25, 2024
1 parent 2605a12 commit f4b448f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Get Version
run: |
echo "VERSION=$( echo ${{ github.ref_name }} | cut -c 9- )" >> ${GITHUB_ENV}
echo "VERSION=$( git tag --points-at )" >> ${GITHUB_ENV}
- name: Set Spring Image Environment Variable
run: |
Expand Down

0 comments on commit f4b448f

Please sign in to comment.