Skip to content

release-published

release-published #7

Workflow file for this run

name: Linux 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
- name: linux-releaes
run: |
echo "Linux Release call ${{github.ref_name}}"
git describe --exact-match ${{ github.event.client_payload.ref_name }}