Skip to content

Commit 4eee371

Browse files
committed
Test: Change the value of the version of maputnik to resolve tag problem
1 parent 0657539 commit 4eee371

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/maputnik/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: maputnik
33
description: An open source visual editor for the 'Mapbox Style Specification'
4-
version: 1.0.0
4+
version: 1.0.1
55
appVersion: 1.6.1
66
home: https://github.com/maputnik/editor
77
annotations:

scripts/build_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ end_group "Setup rclone config"
7070

7171
## Release charts
7272
##
73-
FORCE_DEV="${FORCE_DEV:-false}"*
74-
echo "-> FORCE_DEV = '${FORCE_DEV}'"
73+
FORCE_DEV="${FORCE_DEV:-false}"
74+
git
7575
RCLONE_REMOTE="kalisio_charts"
7676

7777
# Set git identity for tag creation — CI mode only

0 commit comments

Comments
 (0)