File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
3434 - name : Add env vars
3535 run : |
3636 echo GORELEASER_CURRENT_TAG=$(go run main.go latest) >> $GITHUB_ENV
37- tail -n +3 .changes/$(go run main.go latest).md > ${{ github.workspace }}/rel_notes.md
37+ tail -n +3 .changes/$(go run main.go latest).md > ' ${{ github.workspace }}/rel_notes.md'
3838
3939 - name : Run GoReleaser
4040 uses : goreleaser/goreleaser-action@v6.4.0
4141 with :
4242 version : latest
43- args : --clean --release-notes="${{ github.workspace}}/rel_notes.md" env.RELEASE_NOTES_PATH }} --skip=validate --verbose
43+ args : --clean --release-notes="${{ github.workspace}}/rel_notes.md" --skip=validate --verbose
4444 env :
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4646 WINGET_PAT : ${{ secrets.WINGET_PAT }}
Original file line number Diff line number Diff line change @@ -388,4 +388,3 @@ Support for and use of Changie as an imported package is not recommended.
388388## v0.1.0 on 2020-12-20
389389
390390Initial release
391-
You can’t perform that action at this time.
0 commit comments