Skip to content

Commit

Permalink
Fix action ordering for MSYS2 package build
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Sep 22, 2024
1 parent 68fa663 commit 3792687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fix missing tags
run: |
git fetch --tags --force
- uses: msys2/setup-msys2@v2
with:
msystem: ${{matrix.sys}}
Expand All @@ -34,6 +31,9 @@ jobs:
base-devel
git
mingw-w64-${{matrix.env}}-tcl
- name: Fix missing tags
run: |
git fetch --tags --force
- name: Debugging for tags
run: |
git tag
Expand Down

0 comments on commit 3792687

Please sign in to comment.