Fixed script in socat workflow
This commit is contained in:
parent
56fa020198
commit
016b681c23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-socat.yml
vendored
2
.github/workflows/build-socat.yml
vendored
|
@ -139,7 +139,7 @@ jobs:
|
||||||
id: tag_release
|
id: tag_release
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
if git tag "socat-v${{ needs.build-x86.outputs.version }}";then
|
if [ $(git tag "socat-v${{ needs.build-x86.outputs.version }}") ];then
|
||||||
git push origin "socat-v${{ needs.build-x86.outputs.version }}"
|
git push origin "socat-v${{ needs.build-x86.outputs.version }}"
|
||||||
echo ::set-output name=NEW_RELEASE::"true"
|
echo ::set-output name=NEW_RELEASE::"true"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue