From 66a72f1c3c25692184bbec693f4103878f1c6387 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 23 May 2026 00:29:34 +0200 Subject: [PATCH] Removed version again --- .gitea/workflows/pull_request.yaml | 6 +++--- .gitea/workflows/push.yaml | 12 ++++++------ pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 8752691..29c6799 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -23,7 +23,7 @@ jobs: - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 + git config --global --add safe.directory '*' flutter pub get - name: Analyze Formatting @@ -48,7 +48,7 @@ jobs: - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 + git config --global --add safe.directory '*' flutter pub get - name: Run tests @@ -73,7 +73,7 @@ jobs: - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 + git config --global --add safe.directory '*' flutter pub get - name: Check for untranslated messages diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 29fccf7..e836082 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -26,7 +26,7 @@ jobs: - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 + git config --global --add safe.directory '*' flutter pub get - name: Run tests @@ -90,7 +90,7 @@ jobs: - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 + git config --global --add safe.directory '*' flutter pub get - name: Generate oss_licenses.dart @@ -129,7 +129,7 @@ jobs: - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 + git config --global --add safe.directory '*' flutter pub get - name: Generate localizations @@ -184,7 +184,7 @@ jobs: - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 + git config --global --add safe.directory '*' flutter pub get - name: Sort .arb-Files @@ -245,7 +245,7 @@ jobs: - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 + git config --global --add safe.directory '*' flutter pub get - name: Check code format @@ -309,7 +309,7 @@ jobs: - name: Get dependencies run: | - git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-x64 + git config --global --add safe.directory '*' flutter pub get - name: Build APK diff --git a/pubspec.yaml b/pubspec.yaml index a8c285a..41aa673 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: tallee description: "Tracking App for Card Games" publish_to: 'none' -version: 0.0.34+271 +version: 0.0.32+271 environment: sdk: ^3.8.1