Skip to content

Commit

Permalink
chore(release workflow): Only generate changelog for the last tag
Browse files Browse the repository at this point in the history
  • Loading branch information
MRColorR committed Sep 19, 2024
1 parent 48c4ad0 commit 053d965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
run: |
tar -czvf "Money4Band-${{ matrix.os }}-${{ matrix.architecture }}-${{ github.ref_name }}.tar.gz" dist/Money4Band
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -104,7 +103,8 @@ jobs:
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
output: CHANGELOG.md
output: CHANGELOG.md
onlyLastTag: true # Only generate changelog for the last tag

- name: Create a GitHub release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 053d965

Please sign in to comment.