Skip to content

distribution

distribution #4

name: Publish release
on:
repository_dispatch:
types: [distribution]
jobs:
extractChangelog:
runs-on: self-hosted
steps:
- run: |
echo ${{ github.event.client_payload.App_Name }}
echo ${{ github.event.client_payload.Platform }}