ci(changelog): change the action

This commit is contained in:
dragonish 2025-04-18 20:53:36 +08:00
parent 63395f12bf
commit 7a85faaf93
No known key found for this signature in database
GPG key ID: 6F42FA9E807A5177
2 changed files with 2 additions and 2 deletions

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: loopwerk/tag-changelog@v1
uses: dragonish/tag-changelog@1618165956d646a3381e914cd4441b227c3ba6d4
with:
token: ${{ secrets.ACCESS_TOKEN }}
config_file: ../.gitea/scripts/tag-changelog-config.cjs

View file

@ -29,7 +29,7 @@ jobs:
pnpm run build
- name: Create changelog text
id: changelog_text
uses: loopwerk/tag-changelog@v1
uses: dragonish/tag-changelog@1618165956d646a3381e914cd4441b227c3ba6d4
with:
token: ${{ secrets.GITHUB_TOKEN }}
config_file: .github/scripts/tag-changelog-config.cjs