Updated socat workflow
This commit is contained in:
parent
30721c6c11
commit
eef54d6c31
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-socat.yml
vendored
2
.github/workflows/build-socat.yml
vendored
|
@ -148,7 +148,7 @@ jobs:
|
|||
|
||||
- name: Create Release
|
||||
uses: ncipollo/release-action@v1
|
||||
condition: ${{ steps.tag_release.outputs.NEW_RELEASE == 'true' }}
|
||||
if: ${{ steps.tag_release.outputs.NEW_RELEASE == 'true' }}
|
||||
with:
|
||||
name: socat-v${{ needs.build-x86.outputs.version }}
|
||||
tag: socat-v${{ needs.build-x86.outputs.version }}
|
||||
|
|
Loading…
Reference in a new issue