From 914d9b94304dadf2cae0292f7da1abb502457812 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 30 Oct 2022 03:56:13 -0600 Subject: [PATCH] Update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 0a90f7caf..1a87552c8 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -11,11 +11,14 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Sync release version + - name: Run release-tagger + uses: tj-actions/release-tagger@v2 + - name: Sync release version. uses: tj-actions/sync-release-version@v13 id: sync-release-version with: pattern: '${{ github.repository }}@' + only_major: true paths: | README.md - name: Generate CHANGELOG