We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cea82d commit 0a81ce2Copy full SHA for 0a81ce2
.github/workflows/docker-version-number.yml
@@ -23,9 +23,9 @@ jobs:
23
steps:
24
- name: Checkout ${{ github.repository }}
25
uses: actions/checkout@v4
26
- with:
27
- fetch-depth: 1
28
- fetch-tags: true
+
+ - name: Fetch git tags
+ run: git fetch --prune --prune-tags --force --depth=1
29
30
- name: Checkout folio-org/folio-tools
31
if: ${{ inputs.is-release == 'False' }}
.github/workflows/go-version-number.yml
0 commit comments