Skip to content

Commit

Permalink
chore: switch deprecated set-output to GITHUB_OUTPUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
air-hand committed Jul 10, 2024
1 parent 39174b0 commit e959bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- id: get_version
run: |
RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')
echo "::set-output name=release_version::$RELEASE_VERSION"
echo "release_version=$RELEASE_VERSION" >> $GITHUB_OUTPUT
- name: Compile binaries
run: |
chmod +x ./hack/build.sh
Expand Down

0 comments on commit e959bfa

Please sign in to comment.