Revert change.

This commit is contained in:
Roman Telezhynskyi 2024-06-28 08:25:44 +03:00
parent 77631d9bd4
commit c5d518091f

View file

@ -36,14 +36,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 1
#-- done manually in bash below, because https://github.com/actions/checkout/issues/1467
#fetch-tags: true
- name: Setup variables -- changelog from tag annotation message
if: startsWith(github.ref, 'refs/tags/')
run: |
git fetch origin --deepen=1 +refs/tags/$TAG:refs/tags/$TAG
fetch-tags: true
- name: Install Qt
uses: jurplel/install-qt-action@v3