We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The readme says on the generate_release_notes:
generate_release_notes
If body is specified, the body will be pre-pended to the automatically generated notes.
But, this is my yaml
- name: Upload release package uses: softprops/action-gh-release@v1 with: body: ${{ steps.release.outputs.name }} files: ./dist/* generate_release_notes: true
and I got:
https://github.com/suntong/dbab/releases/tag/1.5.8
not quite like other people's results in #179.
What I'm missing? thx!
The text was updated successfully, but these errors were encountered:
This isn't working for me either. Here's an example: https://github.com/iloveitaly/hyper-focus/releases
Sorry, something went wrong.
Just bumping this for visibility, same issue seems to still be happening. Might or might not be related to the fact we're updating releases.
No branches or pull requests
The readme says on the
generate_release_notes
:But, this is my yaml
and I got:
https://github.com/suntong/dbab/releases/tag/1.5.8
not quite like other people's results in #179.
What I'm missing? thx!
The text was updated successfully, but these errors were encountered: