Skip to content

release-published

release-published #2

Workflow file for this run

name: MacOS Release
on:
repository_dispatch:
types: [release-published]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v4
with:
fetch-tags: true
- id: macos-releaes
run: |

Check failure on line 15 in .github/workflows/macos-release.yml

View workflow run for this annotation

GitHub Actions / MacOS Release

Invalid workflow file

The workflow is not valid. .github/workflows/macos-release.yml (Line: 15, Col: 14): Unrecognized named-value: 'event'. Located at position 1 within expression: event.client_payload.ref_name
echo "macOS Release call ${{github.ref_name}}"
git describe --tags ${{ event.client_payload.ref_name }}