fix(github): Fix changelog config locations

This commit is contained in:
2023-05-22 17:55:07 +03:00
parent 0fdc9fd08a
commit 4f2c1f0b9b
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
uses: loopwerk/tag-changelog@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
config_file: ./../.github/tag-changelog-config.js
config_file: .github/tag-changelog-config.js
- name: "Echo results"
id: output-changelog

View File

@@ -28,7 +28,7 @@ jobs:
uses: loopwerk/tag-changelog@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
config_file: ./../.github/tag-changelog-config.js
config_file: .github/tag-changelog-config.js
- name: Create release
uses: actions/create-release@latest