[auto] Update compiled version
This commit is contained in:
@@ -75,8 +75,11 @@ if ! git diff --cached --quiet --exit-code; then
|
|||||||
echo "Tagging commit..."
|
echo "Tagging commit..."
|
||||||
tag
|
tag
|
||||||
|
|
||||||
echo "Pushing to repo..."
|
echo "Pushing commits to repo..."
|
||||||
git push --set-upstream origin "$INPUT_REF" --tags
|
git push --set-upstream origin "$INPUT_REF"
|
||||||
|
|
||||||
|
echo "Pushing tags to repo..."
|
||||||
|
git push --set-upstream origin "$INPUT_REF" --force --tags
|
||||||
|
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
echo "Task completed."
|
echo "Task completed."
|
||||||
|
|||||||
Reference in New Issue
Block a user