From 8d635970d2501e0b1014a382ca51e2c8d13e94e7 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Tue, 17 Mar 2026 10:58:27 +0100 Subject: [PATCH] fix(release.yaml): remove accidental text from grep command Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 6c748fa..4345fbf 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -108,7 +108,7 @@ jobs: # Update pubspec.yaml: replace the version line sed -i "s/^version: .*/version: ${VERSION}+${VERSION_CODE}/" pubspec.yaml - grep '^version:' pubspec.yaml to how we handle it in the boat tab we should also show in the actions htab + grep '^version:' pubspec.yaml # ADD THIS NEW STEP - name: Setup Android Keystore