Maybe dev changes?

This commit is contained in:
Kody Stribrny 2026-03-27 16:11:47 -07:00
parent 4582e77cd4
commit 0ee5930076

View file

@ -99,7 +99,11 @@ jobs:
working-directory: ./local_kernel
run: |
git add .
if git diff --cached --quiet; then
echo "No changes to commit — source files and manifest already up to date."
else
git commit -m '[AUTO][RELEASE]: Update version number in manifest.yml and source files'
fi
git push -u origin "release-prep-$VERSION_NUMBER"
- name: Create pull request