Skip to content

Commit ca095d4

Browse files
committed
ci: fix output file
1 parent 40e1f67 commit ca095d4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/actions/version/action.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,8 @@ runs:
5656
publish="false"
5757
fi
5858
59-
echo "1"
60-
6159
echo "version=$version" >> "$GITHUB_OUTPUT"
62-
63-
echo "2"
64-
6560
echo "snapshot=$snapshot" >> "$GITHUB_OUTPUT"
66-
67-
echo "3"
68-
69-
echo "publish=$publish" >> "$GITHUB_OUPUT"
61+
echo "publish=$publish" >> "$GITHUB_OUTPUT"
7062
7163
cat "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)