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 959c42b commit 56fa020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-socat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
- name: Tag Release
id: tag_release
run: |
set +e
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"
Expand Down

0 comments on commit 56fa020

Please sign in to comment.