Skip to content

Commit

Permalink
fetch even more 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 b943287 commit 9a29b65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/element-with-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0

- name: Determine Guest module version
run: |
Expand Down Expand Up @@ -163,6 +164,7 @@ jobs:
with:
ref: '${{ matrix.guest }}'
fetch-tags: true
fetch-depth: 0

- name: Build Guest module
if: ${{ ! (startsWith(matrix.guest, '@nordeck') || startsWith(matrix.guest, 'none')) }}
Expand Down Expand Up @@ -195,6 +197,7 @@ jobs:
with:
ref: '${{ matrix.opendesk }}'
fetch-tags: true
depth: 0

- name: Build openDesk module
if: ${{ ! (startsWith(matrix.opendesk, '@nordeck') || startsWith(matrix.opendesk, 'none')) }}
Expand Down Expand Up @@ -226,6 +229,7 @@ jobs:
with:
ref: '${{ matrix.lifecycle }}'
fetch-tags: true
fetch-depth: 0

- name: Build Widget Lifecycle module
if: ${{ ! (startsWith(matrix.lifecycle, '@nordeck') || startsWith(matrix.lifecycle, 'none')) }}
Expand Down Expand Up @@ -257,6 +261,7 @@ jobs:
with:
ref: '${{ matrix.toggles }}'
fetch-tags: true
fetch-depth: 0

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

0 comments on commit 9a29b65

Please sign in to comment.