Skip to content

Commit d6c42e1

Browse files
committed
chore: remove debugging early exit from create_archive_and_notes.sh
1 parent 5c4ad72 commit d6c42e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/create_archive_and_notes.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ if $?; then
3030
exit 1
3131
fi
3232

33-
echo "done"
34-
exit 1
35-
3633
# Set by GH actions, see
3734
# https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
3835
TAG=${GITHUB_REF_NAME}

0 commit comments

Comments
 (0)