We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3ec0f commit 62ad95dCopy full SHA for 62ad95d
.github/workflows/build-socat.yml
@@ -143,7 +143,7 @@ jobs:
143
- name: Create Release
144
uses: ncipollo/release-action@v1
145
with:
146
- name: socat-v{{ needs.build-x86.outputs.version }}
+ name: socat-v${{ needs.build-x86.outputs.version }}
147
tag: socat-v${{ needs.build-x86.outputs.version }}
148
artifacts: "/tmp/releases/*/*"
149
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments