Skip to content

Commit

Permalink
fix: fix the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Mar 5, 2024
1 parent 131ea1a commit bb36a09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v3
- uses: snapADDY/[email protected]
id: read
with:
changelog-path: changelog.md
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body: ${{ steps.read.outputs.changelog }}

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb36a09

Please sign in to comment.