Skip to content

new-update

new-update #5

name: GitHub Release (stable)
on:
repository_dispatch:
types: [new-update]
jobs:
print-stuff:
steps:
- first:

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

View workflow run for this annotation

GitHub Actions / GitHub Release (stable)

Invalid workflow file

The workflow is not valid. .github/workflows/release-stable.yml (Line: 9, Col: 9): Unexpected value 'first' .github/workflows/release-stable.yml (Line: 10, Col: 14): Unrecognized function: 'to_json'. Located at position 1 within expression: to_json(github.event)
run: |
echo "${{ to_json(github.event) }}" | jq .
release-stable:
name: Create GitHub Release and upload binary
if: github.event.registry_package.package_version.container_metadata.tag.name != ''
runs-on: ubuntu-latest
uses: ./.github/workflows/release-create.yml
with:
branch: "${{ github.event.client_payload.branch }}"
tag: latest
title: Stable Build
prerelease: false