mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-18 04:15:40 +00:00
Workflow: disabling forgejo step
This commit is contained in:
parent
155aac8e51
commit
fedef0c3eb
20
.github/workflows/build_release.yml
vendored
20
.github/workflows/build_release.yml
vendored
|
@ -170,13 +170,13 @@ jobs:
|
||||||
|
|
||||||
# As backup we're even publishing the build on our own selfhosted Fogejo instance
|
# As backup we're even publishing the build on our own selfhosted Fogejo instance
|
||||||
# Forgejo Publish Job if main branch
|
# Forgejo Publish Job if main branch
|
||||||
Forgejo-publish:
|
# Forgejo-publish:
|
||||||
if: github.ref == 'refs/heads/main'
|
# if: github.ref == 'refs/heads/main'
|
||||||
needs: Build_RetroDECK
|
# needs: Build_RetroDECK
|
||||||
uses: RetroDECK/components-template/.github/workflows/fogejo_publish_release.yml@main
|
# uses: RetroDECK/components-template/.github/workflows/fogejo_publish_release.yml@main
|
||||||
with:
|
# with:
|
||||||
release_body: ${{ needs.Build_RetroDECK.outputs.release_body }}
|
# release_body: ${{ needs.Build_RetroDECK.outputs.release_body }}
|
||||||
artifacts: "RetroDECK*.flatpak,RetroDECK*.flatpak.sha,RetroDECK*Artifact.tar.gz"
|
# artifacts: "RetroDECK*.flatpak,RetroDECK*.flatpak.sha,RetroDECK*Artifact.tar.gz"
|
||||||
tag: ${{ needs.Build_RetroDECK.outputs.tag }}
|
# tag: ${{ needs.Build_RetroDECK.outputs.tag }}
|
||||||
secrets:
|
# secrets:
|
||||||
FORGEJO_TRIGGER_BUILD_TOKEN: ${{ secrets.FORGEJO_TRIGGER_BUILD_TOKEN }}
|
# FORGEJO_TRIGGER_BUILD_TOKEN: ${{ secrets.FORGEJO_TRIGGER_BUILD_TOKEN }}
|
Loading…
Reference in a new issue