Skip to content

Commit 62ad95d

Browse files
committed
Fixed typo in socat workflow
1 parent 5c3ec0f commit 62ad95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-socat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Create Release
144144
uses: ncipollo/release-action@v1
145145
with:
146-
name: socat-v{{ needs.build-x86.outputs.version }}
146+
name: socat-v${{ needs.build-x86.outputs.version }}
147147
tag: socat-v${{ needs.build-x86.outputs.version }}
148148
artifacts: "/tmp/releases/*/*"
149149
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)