Skip to content

Commit

Permalink
fix: fix the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Mar 4, 2024
1 parent b7d7d29 commit dd2ee67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- 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:
Expand Down

0 comments on commit dd2ee67

Please sign in to comment.