Skip to content

make it easier for build system to get version info #175

make it easier for build system to get version info

make it easier for build system to get version info #175

name: MediaDownloader4Windows
on:
push:
branches:
- main
tags-ignore:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.MD_GIT_PUBLISH }}
repository: mhogomchungu/media-downloader-git
event-type: PublishGit
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'