Fixed script in socat workflow

This commit is contained in:
takeshix 2021-04-19 14:58:34 +02:00
parent 959c42b354
commit 56fa020198

View file

@ -138,6 +138,7 @@ jobs:
- name: Tag Release
id: tag_release
run: |
set +e
if git tag "socat-v${{ needs.build-x86.outputs.version }}";then
git push origin "socat-v${{ needs.build-x86.outputs.version }}"
echo ::set-output name=NEW_RELEASE::"true"