Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
QustodioPablo committed Jun 3, 2024
1 parent 4822c8f commit 0d62747
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,7 @@ new_version=$(echo "$raw_output" | grep -o 'new_version=\S*' | cut -d= -f2)
# We should have all the information we need by this point
# Set Outputs and log information

<<<<<<< fix_action
{ echo "old_ver=$old_version"; echo "new_ver=$new_version"; echo "part=$part"; } >> "$GITHUB_OUTPUT"
=======
echo "old_ver=$old_version" >> "$GITHUB_OUTPUT"
echo "new_ver=$new_version" >> "$GITHUB_OUTPUT"
echo "part=$part" >> "$GITHUB_OUTPUT"
>>>>>>> master

echo "Semantic Version Part to Bump: $part"
echo "Current Version: $old_version"
Expand Down

0 comments on commit 0d62747

Please sign in to comment.