Skip to content

Commit b1287a4

Browse files
committed
fix release workflow and small newline change to changelog to trigger it
1 parent 2c14c92 commit b1287a4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

390390
Initial release
391-

0 commit comments

Comments
 (0)