Skip to content

Commit

Permalink
Fix: force fetch git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Aug 29, 2024
1 parent accf7ef commit b51b7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-build-push-2nd-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
path: ${{ inputs.artifact-path }}

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

- uses: greenbone/actions/is-latest-tag@v3
id: latest
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
path: ${{ inputs.artifact-path }}

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

- uses: greenbone/actions/is-latest-tag@v3
id: latest
Expand Down

0 comments on commit b51b7ea

Please sign in to comment.