Skip to content

new-update

new-update #7

name: GitHub Release (stable)
on:
repository_dispatch:
types: [new-update]
jobs:
print-stuff:
runs-on: ubuntu-latest
steps:
- name: first
run: |
echo "${{ toJSON(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

Check failure on line 17 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: 17, Col: 5): Unexpected value 'uses' .github/workflows/release-stable.yml (Line: 18, Col: 5): Unexpected value 'with'
with:
branch: "${{ github.event.client_payload.branch }}"
tag: latest
title: Stable Build
prerelease: false