Skip to content

Commit

Permalink
Modifies build pipeline to checkout tags
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-kneier committed May 16, 2024
1 parent 18dad11 commit f807ceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Java JDK
uses: actions/setup-java@v2.1.0
with:
Expand Down

0 comments on commit f807ceb

Please sign in to comment.