Skip to content

update README.md

update README.md #1

Workflow file for this run

name: changelog
permissions: write-all
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
call-workflow-changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
secrets: inherit
with:
branch: 'master'