Skip to content

Commit

Permalink
Merge pull request #1 from sergejomon/patch-1
Browse files Browse the repository at this point in the history
chore(release): update deprecated way to set output
  • Loading branch information
sergejomon authored Mar 1, 2024
2 parents 74f3572 + cb26e3c commit f4642f4
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 @@ -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

0 comments on commit f4642f4

Please sign in to comment.