We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cc981 commit 7f9c6a6Copy full SHA for 7f9c6a6
.github/workflows/build-android.yaml
@@ -25,6 +25,6 @@ jobs:
25
- uses: softprops/action-gh-release@v1
26
with:
27
files: android/app/build/outputs/apk/release/app-release.apk
28
- name: Release ${{ github.ref_name.replace('release/', '') }}
+ name: Release ${{ replace(github.ref_name, 'release/', '') }}
29
prerelease: ${{ contains(github.ref_name, '-') }}
30
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments