chore: remove debugging early exit from create_archive_and_notes.sh
diff --git a/.github/workflows/create_archive_and_notes.sh b/.github/workflows/create_archive_and_notes.sh index d605591..444569c 100755 --- a/.github/workflows/create_archive_and_notes.sh +++ b/.github/workflows/create_archive_and_notes.sh
@@ -30,9 +30,6 @@ exit 1 fi -echo "done" -exit 1 - # Set by GH actions, see # https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables TAG=${GITHUB_REF_NAME}