Skip to content

Commit 7f9c6a6

Browse files
committed
Fix workflow attempt #2
1 parent 21cc981 commit 7f9c6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- uses: softprops/action-gh-release@v1
2626
with:
2727
files: android/app/build/outputs/apk/release/app-release.apk
28-
name: Release ${{ github.ref_name.replace('release/', '') }}
28+
name: Release ${{ replace(github.ref_name, 'release/', '') }}
2929
prerelease: ${{ contains(github.ref_name, '-') }}
3030
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)