Skip to content

Commit

Permalink
Merge pull request #195 from mash-up-kr/feature/get_all_history
Browse files Browse the repository at this point in the history
[feature] artifcat 생성시에 history 다 가져오기
  • Loading branch information
Ahn-seokjoo authored Aug 30, 2024
2 parents f3faf9f + b3feb27 commit d14c066
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create_artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: set up JDK 18
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -60,6 +62,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: set up JDK 18
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit d14c066

Please sign in to comment.