Skip to content

Commit

Permalink
fix(gha): remove empty env block (#967)
Browse files Browse the repository at this point in the history
introduced in #966
  • Loading branch information
dbyron-sf committed Mar 30, 2023
1 parent ca28f9a commit 7bd6c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
- name: Create release
if: steps.release_info.outputs.SKIP_RELEASE == 'false'
uses: softprops/action-gh-release@v1
env:
with:
body: |
${{ steps.release_info.outputs.CHANGELOG }}
Expand Down

0 comments on commit 7bd6c8b

Please sign in to comment.