Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Aug 20, 2024
1 parent 320fe4a commit 93f983d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ if [ "${RELEASE}" = 'true' ]; then
fi

NEXT_VERSION=$(cog get-version 2>/dev/null || echo '')
echo "Next version: ${NEXT_VERSION}, current version: ${CURRENT_VERSION}"

# shellcheck disable=2086
echo "version=${NEXT_VERSION}" >> $GITHUB_OUTPUT
if [ -n "${NEXT_VERSION}" ] && [ "${CURRENT_VERSION}" != "${NEXT_VERSION}" ]; then
Expand Down

0 comments on commit 93f983d

Please sign in to comment.