diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 0b0c4dd..d503821 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -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 diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index 6bddf09..ca137ff 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -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