Skip to content

Commit 4a72229

Browse files
Bump softprops/action-gh-release from 0.1.15 to 2.0.2 (#4259)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 026a347 commit 4a72229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onPush.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Create Github Pre-Release
9595
if: github.event.inputs.beta == 'true'
96-
uses: softprops/action-gh-release@v0.1.15
96+
uses: softprops/action-gh-release@v2.0.2
9797
with:
9898
tag_name: ${{ steps.rel_number.outputs.version }}
9999
body_path: ./app/build/outputs/changelogGithub

0 commit comments

Comments
 (0)