Skip to content

Commit

Permalink
Fixed script in socat workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
takeshixx committed Apr 19, 2021
1 parent 56fa020 commit 016b681
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 @@ -139,7 +139,7 @@ jobs:
id: tag_release
run: |
set +e
if git tag "socat-v${{ needs.build-x86.outputs.version }}";then
if [ $(git tag "socat-v${{ needs.build-x86.outputs.version }}") ];then
git push origin "socat-v${{ needs.build-x86.outputs.version }}"
echo ::set-output name=NEW_RELEASE::"true"
else
Expand Down

0 comments on commit 016b681

Please sign in to comment.