Fix deprecated set-output
This commit is contained in:
parent
20ee0f7d17
commit
98edf482f8
2 changed files with 5 additions and 5 deletions
.github/workflows
4
.github/workflows/build-strace.yml
vendored
4
.github/workflows/build-strace.yml
vendored
|
@ -149,11 +149,11 @@ jobs:
|
|||
set +e
|
||||
if git rev-list "strace-v${{ needs.build-x86.outputs.version }}".. >/dev/null;then
|
||||
echo "Tag for strace-v${{ needs.build-x86.outputs.version }} already exists. Skipping release creation."
|
||||
echo ::set-output name=NEW_RELEASE::"false"
|
||||
echo "NEW_RELEASE=false" >> $GITHUB_OUTPUT
|
||||
else
|
||||
git tag "strace-v${{ needs.build-x86.outputs.version }}"
|
||||
git push origin "strace-v${{ needs.build-x86.outputs.version }}"
|
||||
echo ::set-output name=NEW_RELEASE::"true"
|
||||
echo "NEW_RELEASE=true" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: Create Release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue