Skip to content

Commit

Permalink
fix release publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Dec 30, 2023
1 parent a757fc2 commit a12918b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: release-flow/keep-a-changelog-action@v2
with:
command: query
release-version: latest
version: latest

- name: Publish to Github releases
uses: softprops/action-gh-release@v1
with:
body: ${{ steps.get-release-info.outputs.release-notes }}
body: ${{ steps.query-release-info.outputs.release-notes }}
# TODO: Check PR https://github.com/softprops/action-gh-release/pull/304
# make_latest: ${{ $GITHUB_REF_NAME == 'main' && true || false }}
# TODO: Workaround for the above (semi-automatic workflow when non main releases):
Expand Down

0 comments on commit a12918b

Please sign in to comment.