Skip to content

Commit

Permalink
chore(release): update deprecated way to set output
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejomon authored and oknozor committed Apr 19, 2024
1 parent 41c16c9 commit 5464e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,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

0 comments on commit 5464e06

Please sign in to comment.