Fixed script in socat workflow
This commit is contained in:
parent
959c42b354
commit
56fa020198
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-socat.yml
vendored
1
.github/workflows/build-socat.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue