Skip to content

Commit

Permalink
Updated sync-release-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 19, 2022
1 parent a27d545 commit e1a5486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,23 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Run release-tagger
uses: tj-actions/release-tagger@v2

- name: Sync release version
uses: tj-actions/[email protected]
id: sync-release-version
with:
pattern: '${{ github.repository }}@'
paths: README.md
only_major: true

- name: Generate CHANGELOG
uses: tj-actions/[email protected]
with:
output: 'HISTORY.md'

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
Expand Down

0 comments on commit e1a5486

Please sign in to comment.