Skip to content

Commit

Permalink
Merge pull request #948 from informalsystems/fix-quint-release-notes
Browse files Browse the repository at this point in the history
Fix release notes for releases workflows
  • Loading branch information
Shon Feder authored Jun 15, 2023
2 parents 0a6f4fa + 03948d3 commit 7eabfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# See https://github.com/softprops/action-gh-release#-external-release-notes
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}/release-notes.txt
body_path: ${{ github.workspace }}/release-notes.txt
- name: Publish
# See https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry
run: npm publish
Expand Down

0 comments on commit 7eabfaf

Please sign in to comment.