chore: remove [skip ci] from version sync and update image tag
This commit is contained in:
2
.env
2
.env
@@ -1,5 +1,5 @@
|
|||||||
# Project
|
# Project
|
||||||
IMAGE_TAG=v1.8.0
|
IMAGE_TAG=v1.8.2
|
||||||
PROJECT_NAME=at-mintel
|
PROJECT_NAME=at-mintel
|
||||||
PROJECT_COLOR=#82ed20
|
PROJECT_COLOR=#82ed20
|
||||||
GITEA_TOKEN=ccce002e30fe16a31a6c9d5a414740af2f72a582
|
GITEA_TOKEN=ccce002e30fe16a31a6c9d5a414740af2f72a582
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ do
|
|||||||
|
|
||||||
# Stage and commit
|
# Stage and commit
|
||||||
git add $SYNC_FILES
|
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
|
# Force update the local tag to point to the new commit
|
||||||
git tag -f "$TAG" > /dev/null
|
git tag -f "$TAG" > /dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user