-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2d864a
commit d28396d
Showing
4 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,8 @@ publish: tag-release publish-podspec | |
.PHONY: tag-release | ||
tag-release: | ||
VERSION="$$(bundle exec pod ipc spec MobileCoin.podspec | jq -r '.version')" && \ | ||
git tag "$$VERSION" && \ | ||
git push [email protected]:mobilecoinofficial/MobileCoin-Swift.git "refs/tags/$$VERSION" | ||
git tag "v$$VERSION" && \ | ||
git push [email protected]:mobilecoinofficial/MobileCoin-Swift.git "refs/tags/v$$VERSION" | ||
|
||
# MobileCoin pod | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters