We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026a347 commit 4a72229Copy full SHA for 4a72229
.github/workflows/onPush.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Create Github Pre-Release
95
if: github.event.inputs.beta == 'true'
96
- uses: softprops/action-gh-release@v0.1.15
+ uses: softprops/action-gh-release@v2.0.2
97
with:
98
tag_name: ${{ steps.rel_number.outputs.version }}
99
body_path: ./app/build/outputs/changelogGithub
0 commit comments