Skip to content

Commit 845bdd4

Browse files
committed
fix release
1 parent 305b6f5 commit 845bdd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Run GoReleaser
7878
uses: goreleaser/goreleaser-action@v6.1.0
7979
with:
80-
args: release --clean --release-notes=../.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md
80+
args: release --clean --release-notes=./.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md
8181
env:
8282
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
8383
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)