Skip to content

Commit 7df5f52

Browse files
authored
Merge pull request #2169 from ucb-bar/dependabot/github_actions/softprops/action-gh-release-2.2.1
Bump softprops/action-gh-release from 2.0.8 to 2.2.1
2 parents 63c7c8c + 580ef3f commit 7df5f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "$CHANGELOG" >> $GITHUB_STEP_SUMMARY
4444
- name: Upload Release Notes (on release)
4545
if: github.event_name == 'release'
46-
uses: softprops/action-gh-release@v2.0.8
46+
uses: softprops/action-gh-release@v2.2.1
4747
with:
4848
body: ${{ steps.release-notes.outputs.changelog }}
4949
- name: Error on uncategorized PRs

0 commit comments

Comments
 (0)