Skip to content

Commit

Permalink
Fix tags for MSYS2 installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Jul 25, 2024
1 parent 262c128 commit bd2b59d
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 bd2b59d

Please sign in to comment.