Skip to content

Commit

Permalink
Fetch tags in build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 10, 2023
1 parent 01e0f78 commit 7253aae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
submodules: 'true'

- name: Fetch tags
run: git fetch --tags --force

- name: Install Java 17
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -74,6 +77,8 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Fetch tags
run: git fetch --tags --force
- uses: pguyot/arm-runner-action@v2
with:
base_image: raspios_lite_arm64:latest
Expand Down Expand Up @@ -107,6 +112,9 @@ jobs:
with:
submodules: 'true'

- name: Fetch tags
run: git fetch --tags --force

- name: Install Java 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 7253aae

Please sign in to comment.