We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 969b2db + 57c9b99 commit 4822c8fCopy full SHA for 4822c8f
1 file changed
entrypoint.sh
@@ -55,7 +55,13 @@ new_version=$(echo "$raw_output" | grep -o 'new_version=\S*' | cut -d= -f2)
55
# We should have all the information we need by this point
56
# Set Outputs and log information
57
58
+<<<<<<< fix_action
59
{ echo "old_ver=$old_version"; echo "new_ver=$new_version"; echo "part=$part"; } >> "$GITHUB_OUTPUT"
60
+=======
61
+echo "old_ver=$old_version" >> "$GITHUB_OUTPUT"
62
+echo "new_ver=$new_version" >> "$GITHUB_OUTPUT"
63
+echo "part=$part" >> "$GITHUB_OUTPUT"
64
+>>>>>>> master
65
66
echo "Semantic Version Part to Bump: $part"
67
echo "Current Version: $old_version"
0 commit comments