Skip to content

Commit

Permalink
Remove archive creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-s-ccs committed Feb 2, 2022
1 parent e089986 commit 9f683ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f683ee

Please sign in to comment.