Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Fix GHA deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
kkurczewski authored Feb 13, 2023
1 parent 3681b75 commit d583907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- id: tag_check
run: |
git rev-parse v${{steps.version.outputs.result}} 2> /dev/null \
|| echo '::set-output name=exist::false'
|| echo 'exist=false' >> $GITHUB_OUTPUT
- name: Create Release
if: steps.tag_check.outputs.exist == 'false'
id: create_release
Expand Down

0 comments on commit d583907

Please sign in to comment.