Skip to content

Commit

Permalink
fix(ad-hoc): release script (#203)
Browse files Browse the repository at this point in the history
Remove reference to missing xcframework in release script
  • Loading branch information
andrii-vysotskyi-cko authored Nov 16, 2023
1 parent 1b8e788 commit 653faab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/CreateRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -euo pipefail
RELEASE_VERSION=$(cat Version.resolved)

# Creates release
gh release create $RELEASE_VERSION --generate-notes .build/framework/*.xcframework.zip
gh release create $RELEASE_VERSION --generate-notes

0 comments on commit 653faab

Please sign in to comment.