Skip to content

Commit 56fa020

Browse files
committed
Fixed script in socat workflow
1 parent 959c42b commit 56fa020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-socat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
- name: Tag Release
139139
id: tag_release
140140
run: |
141+
set +e
141142
if git tag "socat-v${{ needs.build-x86.outputs.version }}";then
142143
git push origin "socat-v${{ needs.build-x86.outputs.version }}"
143144
echo ::set-output name=NEW_RELEASE::"true"

0 commit comments

Comments
 (0)