Skip to content

Commit

Permalink
Fixed typo in socat workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
takeshixx committed Apr 19, 2021
1 parent 5c3ec0f commit 62ad95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-socat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 62ad95d

Please sign in to comment.