WORKFLOW: fixes to rewrite tag

This commit is contained in:
XargonWan 2025-01-31 10:54:29 +09:00
parent bd1bf2a42b
commit dc32232890

View file

@ -348,6 +348,12 @@ jobs:
- Flatpak Artifact Bundle: RetroDECKArtifact.tar.gz, not useful for testing or end users - Flatpak Artifact Bundle: RetroDECKArtifact.tar.gz, not useful for testing or end users
# Rewrite Tag (for Main Branch Only) # Rewrite Tag (for Main Branch Only)
- name: Clone RetroDECK repo
if: github.ref == 'refs/heads/main'
uses: actions/checkout@v4
with:
submodules: true
- name: Rewrite Tag - name: Rewrite Tag
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
run: | run: |