Skip to content

Commit b311660

Browse files
committed
Diagnose missed files in file lister
Signed-off-by: Clinton Wolfe <156460+clintoncwolfe@users.noreply.github.com>
1 parent 8b289fd commit b311660

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: ruby/setup-ruby@v1
9595
with:
9696
ruby-version: 'ruby'
97-
# bundler-cache: true
97+
# Do not run bundler - we just want the bump gem
9898

9999
- name: Install bump gem
100100
run: gem install bump
@@ -223,6 +223,7 @@ jobs:
223223
fi
224224
done
225225
226+
echo "Bump file arguments: $BUMP_FILE_ARGS"
226227
echo "file_args=$BUMP_FILE_ARGS" >> $GITHUB_OUTPUT
227228
228229
- name: Run version bump with custom files

0 commit comments

Comments
 (0)