Skip to content

Commit d926d1c

Browse files
committed
[auto] Update compiled version
1 parent 8b797ba commit d926d1c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/entrypoint.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,11 @@ if ! git diff --cached --quiet --exit-code; then
7575
echo "Tagging commit..."
7676
tag
7777

78-
echo "Pushing to repo..."
79-
git push --set-upstream origin "$INPUT_REF" --tags
78+
echo "Pushing commits to repo..."
79+
git push --set-upstream origin "$INPUT_REF"
80+
81+
echo "Pushing tags to repo..."
82+
git push --set-upstream origin "$INPUT_REF" --force --tags
8083

8184
echo "::endgroup::"
8285
echo "Task completed."

0 commit comments

Comments
 (0)