Skip to content

Commit 816a08b

Browse files
committed
Don't include VERSION explicitly, that is an error
Signed-off-by: Clinton Wolfe <156460+clintoncwolfe@users.noreply.github.com>
1 parent face103 commit 816a08b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/cd-main-version-bumper.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,8 @@ jobs:
209209
fi
210210
done
211211
212-
# Add automatic detection for VERSION file
213-
if [ -f "VERSION" ]; then
214-
echo " - Found VERSION file"
215-
BUMP_FILE_ARGS="$BUMP_FILE_ARGS --replace-in VERSION"
216-
fi
217-
212+
# Note that bump auto-detects VERSION, and mentioning it again is an error.
213+
218214
echo "Bump file arguments: $BUMP_FILE_ARGS"
219215
echo "file_args=$BUMP_FILE_ARGS" >> $GITHUB_OUTPUT
220216

0 commit comments

Comments
 (0)