Updated .github/workflows/sync-release-version.yml

This commit is contained in:
Tonye Jack 2022-09-19 22:57:53 -06:00
parent 7fa5d956e2
commit aef11496bc

View File

@ -18,6 +18,7 @@ jobs:
id: sync-release-version id: sync-release-version
with: with:
pattern: '${{ github.repository }}@' pattern: '${{ github.repository }}@'
only_major: true
paths: | paths: |
README.md README.md
- name: Generate CHANGELOG - name: Generate CHANGELOG