Skip to content

this commit marks the release point of version 4.6.0 #2

this commit marks the release point of version 4.6.0

this commit marks the release point of version 4.6.0 #2

name: MediaDownloader4WindowsRelease
on:
push:
tags:
- '*'
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: PublishRelease
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'