Skip to content

1.12.3

1.12.3 #122

name: PublishDistribution
on:
release:
types: [released]
workflow_dispatch:
jobs:
Publish:
runs-on: ubuntu-latest
steps:
# Purge Patch System Cache
- name: Purge Patch
env:
PURGE_URL: ${{ secrets.PURGE_URL }}
run: |
curl -X PATCH $PURGE_URL
- uses: benc-uk/[email protected]
with:
workflow: overwrite
repo: qhy040404/CN-Overwriter
ref: main
token: "${{ secrets.RUNNER_CHECK_TOKEN }}"