temporary checking out other branch

This commit is contained in:
Martin Marmsoler 2023-02-25 20:26:16 +01:00
parent 4b88b864bf
commit 28b0731f6f

View File

@ -64,6 +64,12 @@ jobs:
owner: 'flathub'
repository: 'com.github.Murmele.Gittyup'
# just until the new release is out
- name: Checkout restructureCMake
run: >
cd com.github.Murmele.Gittyup
git checkout restructureCMake
- name: Replace git tag by the commit id on which it runs
if: github.ref_type != 'tag'
run: >