ci: try gitea version of artifact upload
Some checks failed
Bump version / Bump version and create changelog with commitizen (push) Failing after 36s

This commit is contained in:
Ulenar of Mondarth 2025-07-14 18:21:10 +00:00
parent e8f89e0bf9
commit f731935e5f

View File

@ -17,14 +17,14 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
token: "${r secrets.PERSONAL_ACCESS_TOKEN }}"
- name: Create bump and changelog
uses: commitizen-tools/commitizen-action@master
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
changelog_increment_filename: release-note.md
- name: Preserve Release Note
uses: actions/upload-artifact@v4
uses: https://gitea.com/actions/upload-artifact@v4
with:
name: release-v${{ env.REVISION }}
path: release-note.md