From 9f683ee837fcc7e283c6cf6b925f87829e882c0f Mon Sep 17 00:00:00 2001 From: tim-s-ccs Date: Wed, 2 Feb 2022 13:30:59 +0000 Subject: [PATCH] Remove archive creation --- bin/publish-release.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/publish-release.sh b/bin/publish-release.sh index f3b89ff..dc361b1 100755 --- a/bin/publish-release.sh +++ b/bin/publish-release.sh @@ -48,8 +48,4 @@ else git tag $TAG -m "CCS Frontend release $TAG" git push --tags echo "🗒 Tag $TAG created and pushed to remote." - - echo "🗒 Creating a release artifact..." - git archive -o ./release-$TAG.zip HEAD:dist - echo "🗒 Artifact created. Now create a release on GitHub and attach this." fi