Skip to content

Commit

Permalink
[auto] Update compiled version
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug committed May 17, 2020
1 parent 8b797ba commit d926d1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,11 @@ if ! git diff --cached --quiet --exit-code; then
echo "Tagging commit..."
tag

echo "Pushing to repo..."
git push --set-upstream origin "$INPUT_REF" --tags
echo "Pushing commits to repo..."
git push --set-upstream origin "$INPUT_REF"

echo "Pushing tags to repo..."
git push --set-upstream origin "$INPUT_REF" --force --tags

echo "::endgroup::"
echo "Task completed."
Expand Down

0 comments on commit d926d1c

Please sign in to comment.