Skip to content

Commit 6271832

Browse files
chore(ci): Bump softprops/action-gh-release from 1 to 2 (#1)
Safe dependency bump: softprops/action-gh-release 1 → 2
1 parent 398c317 commit 6271832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676

7777
- name: Create GitHub Release
78-
uses: softprops/action-gh-release@v1
78+
uses: softprops/action-gh-release@v2
7979
with:
8080
body: ${{ steps.changelog.outputs.changelog }}
8181
files: |

0 commit comments

Comments
 (0)