Fixed script in socat workflow

This commit is contained in:
takeshix 2021-04-19 15:07:04 +02:00
parent 56fa020198
commit 016b681c23

View file

@ -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