Skip to content

Commit

Permalink
Fix fix for versioning issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin committed Aug 10, 2022
1 parent 2a427c4 commit 3885381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
submodules: recursive
- name: Fix tags
id: fix-tags
if: github.event_name != 'push'
run: |
git fetch -f origin ${{ github.ref }}:${{ github.ref }}
- name: Mark Stable
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
submodules: recursive
- name: Fix tags
id: fix-tags
if: github.event_name != 'push'
run: |
git fetch -f origin ${{ github.ref }}:${{ github.ref }}
- name: Mark Stable
Expand Down

0 comments on commit 3885381

Please sign in to comment.