Skip to content

Commit

Permalink
Dont use deprecated set-outputs gh-action "release"
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Oct 18, 2023
1 parent 382664d commit 68b7ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
run: |
if [[ "${{ steps.last_release.outputs.tag_name }}" == "${{ env.tag_full }}" ]];
then
echo "::set-output name=release_existing::true"
echo "release_existing=true" >> $GITHUB_OUTPUT
else
echo "::set-output name=release_existing::false"
echo "release_existing=false" >> $GITHUB_OUTPUT
fi
- name: Create release
Expand Down

0 comments on commit 68b7ef2

Please sign in to comment.