Skip to content

правки

правки #20

Workflow file for this run

name: changerelease
on:
workflow_dispatch:
push:
paths:
- CHANGELOG.md
- .github/workflows/changerelease.yml
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: dropseed/changerelease@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}