ci(gitea): restore the tag-changelog action

Gitea v1.23.0 makes API "compare" accept commit IDs.

Refs: https://github.com/go-gitea/gitea/pull/32801
This commit is contained in:
dragonish 2025-03-19 23:08:14 +08:00
parent a45a8bd5be
commit 7d3e16cdcd
No known key found for this signature in database
GPG key ID: 6F42FA9E807A5177

View file

@ -46,7 +46,7 @@ jobs:
zip "./release/${plugin_name}_v${{ steps.git_tags.outputs.current }}.zip" "main.js" "styles.css" "manifest.json"
- name: Create changelog text
id: changelog_text
uses: dragonish/tag-changelog@7ec9e81e765a457f012bf0747f7a5a60831899e2
uses: loopwerk/tag-changelog@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
config_file: ../.gitea/scripts/tag-changelog-config.cjs