Skip to content

Commit c902408

Browse files
committed
Add missing push arg
1 parent 6b705fa commit c902408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if ! git diff --cached --quiet --exit-code; then
7676
tag
7777

7878
echo "Pushing to repo..."
79-
git push --set-upstream origin "$INPUT_REF"
79+
git push --set-upstream origin --tags "$INPUT_REF"
8080

8181
echo "::endgroup::"
8282
echo "Task completed."

0 commit comments

Comments
 (0)