Skip to content

Commit

Permalink
github action: retrieve full git history and tags for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 26, 2024
1 parent 71da7a8 commit 66eaca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- run: sudo apt-get update && sudo apt-get install openjdk-17-jdk-headless
- uses: actions/checkout@v4
- run: git fetch origin --tags --unshallow
- run: git submodule update --init
- run: ./build-jar.sh
- run: ./build-jar-flatlaf.sh
Expand Down

0 comments on commit 66eaca2

Please sign in to comment.