ci: try gitea version of artifact upload
Bump version / Bump version and create changelog with commitizen (push) Failing after 36s
Bump version / Bump version and create changelog with commitizen (push) Failing after 36s
This commit is contained in:
@@ -17,14 +17,14 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
|
token: "${r secrets.PERSONAL_ACCESS_TOKEN }}"
|
||||||
- name: Create bump and changelog
|
- name: Create bump and changelog
|
||||||
uses: commitizen-tools/commitizen-action@master
|
uses: commitizen-tools/commitizen-action@master
|
||||||
with:
|
with:
|
||||||
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: actions/upload-artifact@v4
|
uses: https://gitea.com/actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release-v${{ env.REVISION }}
|
name: release-v${{ env.REVISION }}
|
||||||
path: release-note.md
|
path: release-note.md
|
||||||
|
|||||||
Reference in New Issue
Block a user