Skip to content

Commit

Permalink
Add CIRCLE_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjun committed Feb 2, 2021
1 parent 3f0979d commit dfeadb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ commands:
- run:
name: deploy cooapods
command: |
export LIB_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
pod lib lint --allow-warnings
pod trunk push --allow-warnings
2 changes: 2 additions & 0 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PixleeTestCocoapods.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PixleeTestCocoapods'
s.version = ENV['LIB_VERSION'] || '1.0.0'
s.version = ENV['CIRCLE_TAG'] || '1.0.0'
s.summary = 'This project will add a done button on your TextField and TextView.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit dfeadb1

Please sign in to comment.