Skip to content

Commit 0657539

Browse files
committed
debug: check if the value of force-dev is recovered
1 parent e4f9d35 commit 0657539

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/manage_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ jobs:
8080
- name: Release charts
8181
env:
8282
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
83-
FORCE_DEV: ${{ github.event.inputs.dev }}
83+
FORCE_DEV: ${{ github.event.inputs.dev || 'false' }}
8484
run: bash ./scripts/build_release.sh -p ${{ needs.detect.outputs.charts }}

scripts/build_release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ end_group "Setup rclone config"
7171
## Release charts
7272
##
7373
FORCE_DEV="${FORCE_DEV:-false}"*
74+
echo "-> FORCE_DEV = '${FORCE_DEV}'"
7475
RCLONE_REMOTE="kalisio_charts"
7576

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

0 commit comments

Comments
 (0)