mirror of
https://github.com/dragonish/obsidian-heading-decorator.git
synced 2026-07-22 05:42:05 +00:00
ci(changelog): change the action
This commit is contained in:
parent
7a85faaf93
commit
f88c7e07a4
2 changed files with 2 additions and 2 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@1618165956d646a3381e914cd4441b227c3ba6d4
|
||||
uses: dragonish/tag-changelog@v1
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
config_file: ../.gitea/scripts/tag-changelog-config.cjs
|
||||
|
|
|
|||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
pnpm run build
|
||||
- name: Create changelog text
|
||||
id: changelog_text
|
||||
uses: dragonish/tag-changelog@1618165956d646a3381e914cd4441b227c3ba6d4
|
||||
uses: dragonish/tag-changelog@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
config_file: .github/scripts/tag-changelog-config.cjs
|
||||
|
|
|
|||
Loading…
Reference in a new issue