Skip to content

Commit

Permalink
Replaced obsolete set-output command to $GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-abblix committed Jul 10, 2024
1 parent 8587f98 commit 93fee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
tag=$(git describe --tags $(git rev-list --tags --max-count=1) 2>/dev/null || echo "v0.0.1")
version=${tag#v} # Remove leading 'v' if present
echo "version=$version" >> $GITHUB_ENV
echo "::set-output name=version::$version"
echo "version=$version" >> $GITHUB_OUTPUT
echo "Resolved version: $version"
build:
Expand Down

0 comments on commit 93fee2c

Please sign in to comment.