Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
fix: makeRelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Sep 10, 2023
1 parent e106fe8 commit 8f0c741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.17
0.2.18
2 changes: 1 addition & 1 deletion makeRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ git push --tags

gh release create $VERSION \
./build/NBSFuse.xcframework.zip \
./build/NBSFuse.xcframework.checksum
./build/NBSFuse.xcframework.checksum \
--verify-tag --generate-notes

# pod repo push nbs NBSFuse.podspec

0 comments on commit 8f0c741

Please sign in to comment.