mirror of
https://github.com/dragonish/obsidian-heading-decorator.git
synced 2026-07-22 05:42:05 +00:00
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:
parent
a45a8bd5be
commit
7d3e16cdcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue