chore: remove [skip ci] from version sync and update image tag
This commit is contained in:
@@ -17,7 +17,7 @@ do
|
||||
|
||||
# Stage and commit
|
||||
git add $SYNC_FILES
|
||||
git commit -m "chore: sync versions to $TAG [skip ci]" --no-verify
|
||||
git commit -m "chore: sync versions to $TAG" --no-verify
|
||||
|
||||
# Force update the local tag to point to the new commit
|
||||
git tag -f "$TAG" > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user