Skip to content

distribution

distribution #2

name: Publish release
on:
repository_dispatch:
types: [distribution]
jobs:
extractChangelog:
runs-on: self-hosted
steps:
- run: |

Check failure on line 9 in .github/workflows/publish-stable-release.yml

View workflow run for this annotation

GitHub Actions / Publish release

Invalid workflow file

The workflow is not valid. .github/workflows/publish-stable-release.yml (Line: 9, Col: 14): Unexpected symbol: 'Name'. Located at position 33 within expression: github.event.client_payload.App Name
echo ${{ github.event.client_payload.App Name }}
echo ${{ github.event.client_payload.Platform }}