ci: uses 3rd party with patch
All checks were successful
Bump version / Bump version and create changelog with commitizen (push) Successful in 25s

This commit is contained in:
Ulenar of Mondarth 2025-07-14 18:35:21 +00:00
parent e8d58f7d3b
commit 490fc53b00

View File

@ -24,7 +24,7 @@ jobs:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
changelog_increment_filename: release-note.md changelog_increment_filename: release-note.md
- name: Preserve Release Note - name: Preserve Release Note
uses: https://gitea.com/actions/upload-artifact@v4 uses: https://github.com/ChristopherHX/gitea-upload-artifact@v4
with: with:
name: release-v${{ env.REVISION }} name: release-v${{ env.REVISION }}
path: release-note.md path: release-note.md