We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63c7c8c + 580ef3f commit 7df5f52Copy full SHA for 7df5f52
.github/workflows/release-notes.yml
@@ -43,7 +43,7 @@ jobs:
43
run: echo "$CHANGELOG" >> $GITHUB_STEP_SUMMARY
44
- name: Upload Release Notes (on release)
45
if: github.event_name == 'release'
46
- uses: softprops/action-gh-release@v2.0.8
+ uses: softprops/action-gh-release@v2.2.1
47
with:
48
body: ${{ steps.release-notes.outputs.changelog }}
49
- name: Error on uncategorized PRs
0 commit comments