From 0c5a5fa6db5b6c4f4a005431e6854ff6aa34fb3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr>
Date: Fri, 10 Jan 2025 16:15:22 +0100
Subject: [PATCH] Fix publish to private repository

---
 .gitlab-ci.yml | 3 ---
 CHANGELOG.md   | 4 ++++
 pubspec.yaml   | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f3979c..095c65a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,9 +26,6 @@ android:build-debug:
 
 application:release:
   stage: release
-  image:
-    name: alpine/git
-    entrypoint: [""]
   only:
     - master
   except:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 092ee02..81f325e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.1
+
+-   Fix publish to private repository
+
 ## 1.0.0
 
 -   Publish package to private repository https://pub.harrault.fr
diff --git a/pubspec.yaml b/pubspec.yaml
index c53d70e..f791c22 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects."
 
 publish_to: https://pub.harrault.fr/
 
-version: 1.0.0
+version: 1.0.1
 
 homepage: https://git.harrault.fr/android/flutter-toolbox
 
-- 
GitLab