Skip to content
Snippets Groups Projects
Commit caa8f13e authored by Dean Lovett's avatar Dean Lovett
Browse files

ci: updated release

parent 59a7fbf5
No related branches found
No related tags found
No related merge requests found
Pipeline #9055 failed
......@@ -26,9 +26,11 @@ release:
script:
- mkdir -p ~/.gem
- cp /builds/pub/nexus_cqrs.tmp/RUBYGEMS_CREDENTIALS ~/.gem/credentials
- chmod 0600 ~/.gem/credentials
- gem update --system
- ruby --version
- gem env version
- sed -i 's/0.1.0/$CI_COMMIT_TAG/g' lib/nexus_cqrs/version.rb
- gem build nexus_cqrs.gemspec
- gem push nexus_cqrs*.gem
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment