Skip to content

Commit

Permalink
feat(wf): final version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm88 committed Mar 9, 2024
1 parent 30516a8 commit fe89286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
release_name: Release ${{ steps.generate_unreleased_changelog.outputs.version }}
tag_name: ${{ steps.generate_unreleased_changelog.outputs.version }}
commitish: ${{ github.sha }}
body: ${{ steps.generate_unreleased_changelog.outputs.changelog }}
body: cat ${{ steps.generate_unreleased_changelog.outputs.changelog }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit fe89286

Please sign in to comment.