Skip to content

🔁 Update Stable YARG #11

🔁 Update Stable YARG

🔁 Update Stable YARG #11

name: 🔁 Update Stable YARG
on:
repository_dispatch:
types: [updateStableYARG, updateAll]
workflow_dispatch:
permissions:
contents: write
jobs:
createStableYARGProfileRelease:
name: "🔁 Create new Stable release"
uses: ./.github/workflows/run-script.yml
secrets: inherit
permissions:
contents: write
with:
method: "GenerateStableProfileRelease"
description: "Update Stable YARG's releases"
updateStableYARG:
name: "🔁 Update Stable YARG"
needs: [createStableYARGProfileRelease]
if: success()
uses: ./.github/workflows/run-script.yml
secrets: inherit
permissions:
contents: write
with:
method: "UpdateStableYARG"
description: "Update Stable YARG's releases"