aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 199c3ca25..0f5c3bc59 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -80,7 +80,7 @@ jobs:
80 echo "No changes found - terminating the build" 80 echo "No changes found - terminating the build"
81 echo "::set-output name=should_run::false" 81 echo "::set-output name=should_run::false"
82 else 82 else
83 if [ $FORCE_REBUILD != "true" ]; then 83 if [ $FORCE_REBUILD != "true" ] || [ "${{ contains(github.event.inputs.message, 'version bump')" == "true" ]; then
84 echo "Bumping version number" 84 echo "Bumping version number"
85 npm version prerelease --preid=nightly 85 npm version prerelease --preid=nightly
86 fi 86 fi