Skip to content

Commit

Permalink
Update sync-release-version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 19, 2022
1 parent 0b19251 commit a1ba6d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
with:
fetch-depth: 0
- name: Sync release version
uses: tj-actions/sync-release-version@v11
uses: tj-actions/sync-release-version@v12
id: sync-release-version
with:
pattern: '${{ github.repository }}@'
paths: |
README.md
paths: README.md
only_major: true
- name: Generate CHANGELOG
uses: tj-actions/[email protected]
with:
Expand Down

0 comments on commit a1ba6d5

Please sign in to comment.