Skip to content

Commit

Permalink
Merge pull request #370 from platanus/fix/deploy
Browse files Browse the repository at this point in the history
fix(.circleci/config.yml): remove v prefix from version tag
  • Loading branch information
jgmontoya authored Jun 18, 2021
2 parents 33872dd + 6c1d122 commit a879d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
name: Publish to rubygems
command: |
gem build potassium.gemspec
gem push potassium-$(git describe --tags).gem
gem push potassium-${$(git describe --tags)#*v}.gem
workflows:
test_and_lint:
Expand Down

0 comments on commit a879d44

Please sign in to comment.