Skip to content

Commit 827439f

Browse files
committed
chore(deps): update softprops/action-gh-release action to v2
1 parent 214bb2e commit 827439f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
if: needs.version.outputs.new_release == 'true' && github.ref == 'refs/heads/master'
369369

370370
- name: Create GitHub release
371-
uses: softprops/action-gh-release@v1
371+
uses: softprops/action-gh-release@v2
372372
with:
373373
token: ${{ secrets.GH_PAT }}
374374
body_path: GITHUB_CHANGELOG.md

0 commit comments

Comments
 (0)