Skip to content

release-published

release-published #7

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:
ref: ${{ github.event.client_payload.ref_name }}
fetch-tags: true
- id: macos-releaes
run: |
echo "macOS Release call ${{github.ref_name}}"
git describe --exact-match ${{ github.event.client_payload.ref_name }}