Skip to content

Commit

Permalink
[BUG] 빌드 버전 오류 (#73)
Browse files Browse the repository at this point in the history
* chore: 깃 checkout 설정 변경 (#72)

* chore: 깃 tag 포함 (#72)

* fix: 빌드 버전 오류 해결 (#72)
  • Loading branch information
hyunmin0317 authored Oct 4, 2024
1 parent d1c2c5f commit 8074528
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 8074528

Please sign in to comment.