diff --git a/.github/workflows/build-socat.yml b/.github/workflows/build-socat.yml index b8d7447..ed5a657 100644 --- a/.github/workflows/build-socat.yml +++ b/.github/workflows/build-socat.yml @@ -143,7 +143,7 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1 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 }} artifacts: "/tmp/releases/*/*" token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file