Skip to content

Release Org

Release Org #5

Workflow file for this run

name: Release Org
on:
workflow_dispatch:
workflow_run:
workflows: ["Build and Release"] # Name of the workflow to listen to
types: [completed] # Trigger when the workflow finishes
jobs:
release:
# Only run if the "Build and Release" workflow succeeded
# It's okay to run this if it is released to UAT as no changes will stop the script
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: self-hosted
steps:
- name: Release
uses: railmapgen/releaser-org@main
with:
app_name: rmp-gallery