Skip to content

Commit

Permalink
fix: Revert previous fix to ensure pull request body is shown in Slac…
Browse files Browse the repository at this point in the history
…k notification
  • Loading branch information
yiannistri committed Oct 25, 2023
1 parent 35254ac commit eb2da45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,9 @@ jobs:
run: cat .goreleaser.brew.yml >> .goreleaser.yml
if: ${{ !contains(github.event.pull_request.head.ref, '-') }}
- name: Store changelog
env:
GITHUB_EVENT_PULL_REQUEST_BODY: ${{ github.event.pull_request.body }}
run: |
cat > ${{ runner.temp }}/changelog.md <<'END_OF_CHANGELOG'
$GITHUB_EVENT_PULL_REQUEST_BODY
${{ github.event.pull_request.body }}
END_OF_CHANGELOG
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
Expand Down

0 comments on commit eb2da45

Please sign in to comment.