Skip to content

Commit

Permalink
write changelog to runner.temp
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapenbr committed Nov 26, 2023
1 parent 6c091ed commit c5f3461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
- name: prepare changlog
shell: bash
run: |
echo "${{ steps.rd.outputs.body }}" > CHANGELOG-tmp.md
echo "${{ steps.rd.outputs.body }}" > "${{ runner.temp }}/CHANGELOG.md"
- name: Release via goreleaser
uses: goreleaser/goreleaser-action@v5
with:
args: release --release-notes=CHANGELOG-tmp.md
args: release --release-notes="${{ runner.temp }}/CHANGELOG.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c5f3461

Please sign in to comment.