Skip to content

Commit

Permalink
fetch more git tags
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Brose <kim.brose@nordeck.net>
  • Loading branch information
HarHarLinks committed Nov 19, 2024
1 parent 220ca54 commit b943287
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/element-with-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
echo "VERSION_ELEMENT_STABLE=$VERSION_ELEMENT_STABLE" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
fetch-tags: true

- name: Determine Guest module version
run: |
Expand Down Expand Up @@ -160,6 +162,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: '${{ matrix.guest }}'
fetch-tags: true

- name: Build Guest module
if: ${{ ! (startsWith(matrix.guest, '@nordeck') || startsWith(matrix.guest, 'none')) }}
Expand Down Expand Up @@ -191,6 +194,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: '${{ matrix.opendesk }}'
fetch-tags: true

- name: Build openDesk module
if: ${{ ! (startsWith(matrix.opendesk, '@nordeck') || startsWith(matrix.opendesk, 'none')) }}
Expand Down Expand Up @@ -221,6 +225,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: '${{ matrix.lifecycle }}'
fetch-tags: true

- name: Build Widget Lifecycle module
if: ${{ ! (startsWith(matrix.lifecycle, '@nordeck') || startsWith(matrix.lifecycle, 'none')) }}
Expand Down Expand Up @@ -251,6 +256,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: '${{ matrix.toggles }}'
fetch-tags: true

- name: Build Widget Toggles module
if: ${{ ! (startsWith(matrix.toggles, '@nordeck') || startsWith(matrix.toggles, 'none')) }}
Expand Down

0 comments on commit b943287

Please sign in to comment.