mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: fixes to rewrite tag
This commit is contained in:
parent
bd1bf2a42b
commit
dc32232890
6
.github/workflows/build_retrodeck.yml
vendored
6
.github/workflows/build_retrodeck.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue