mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-09-19 22:34:14 +00:00
Keep build output out of the version bump commit
This commit is contained in:
@@ -91,7 +91,10 @@ jobs:
|
||||
set -euo pipefail
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git add -A ':!releases'
|
||||
# Packages are already uploaded as an artifact; removing them here
|
||||
# keeps build output out of the commit regardless of .gitignore.
|
||||
rm -rf releases
|
||||
git add -A
|
||||
if git diff --cached --quiet; then
|
||||
echo "nothing to commit"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user