aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ferdi-builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ferdi-builds.yml')
-rw-r--r--.github/workflows/ferdi-builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index a3faf4ca6..61a710aad 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -56,7 +56,7 @@ jobs:
56 CHANGES_COUNT=$(git diff --shortstat origin/develop | wc -l) 56 CHANGES_COUNT=$(git diff --shortstat origin/develop | wc -l)
57 MANUAL_REBUILD="${{ github.event_name == 'workflow_dispatch' }}" 57 MANUAL_REBUILD="${{ github.event_name == 'workflow_dispatch' }}"
58 VERSION_BUMP="${{ contains(github.event.inputs.message, '[version bump]') }}" 58 VERSION_BUMP="${{ contains(github.event.inputs.message, '[version bump]') }}"
59 if [ $CHANGES_COUNT -gt 0 ] || [ $MANUAL_REBUILD == "true" && $VERSION_BUMP == "true" ]; then 59 if [ $CHANGES_COUNT -gt 0 ] || [[ $MANUAL_REBUILD == "true" && $VERSION_BUMP == "true" ]]; then
60 # Do the version bump in the 'develop' branch ONLY if there were other changes coming from the 'develop' branch 60 # Do the version bump in the 'develop' branch ONLY if there were other changes coming from the 'develop' branch
61 git checkout develop 61 git checkout develop
62 npm version -m "%s [skip ci]" prerelease --preid=nightly 62 npm version -m "%s [skip ci]" prerelease --preid=nightly