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