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
|
- name: Create Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
condition: ${{ steps.tag_release.outputs.NEW_RELEASE == 'true' }}
|
if: ${{ steps.tag_release.outputs.NEW_RELEASE == 'true' }}
|
||||||
with:
|
with:
|
||||||
name: socat-v${{ needs.build-x86.outputs.version }}
|
name: socat-v${{ needs.build-x86.outputs.version }}
|
||||||
tag: socat-v${{ needs.build-x86.outputs.version }}
|
tag: socat-v${{ needs.build-x86.outputs.version }}
|
||||||
|
|
Loading…
Reference in a new issue