diff --git a/cog.sh b/cog.sh index ea878c4..25577fc 100755 --- a/cog.sh +++ b/cog.sh @@ -33,5 +33,5 @@ fi if [ "$RELEASE" = "true" ]; then cog bump --auto || exit 1 VERSION="$(git describe --tags "$(git rev-list --tags --max-count=1)")" - echo ::set-output name=version::"$VERSION" + echo "version=$VERSION" >> $GITHUB_OUTPUT fi