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 3ff93b5 commit 801cb5b
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 801cb5b

Please sign in to comment.