Skip to content

Commit

Permalink
missing last output
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed May 15, 2023
1 parent 0355435 commit a1a326d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions version-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ fi

new_tag_numeric="$(echo $new_tag | tr -dc '[:digit:].')"


echo "version_last=${version}" >> "$GITHUB_OUTPUT" 2>/dev/null
echo "version_last_numeric=${version_numeric}" >> "$GITHUB_OUTPUT" 2>/dev/null

echo "version_tag=${new_tag}" >> "$GITHUB_OUTPUT" 2>/dev/null
echo "version_tag_numeric=${new_tag_numeric}" >> "$GITHUB_OUTPUT" 2>/dev/null

0 comments on commit a1a326d

Please sign in to comment.