We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de327e commit 251ddd5Copy full SHA for 251ddd5
2 files changed
.github/workflows/publish.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Build gem
68
run: |
69
- gem build bundleup.gemspec
+ gem build bundleup-sdk.gemspec
70
71
- name: Publish to RubyGems
72
bundleup.gemspec
@@ -3,7 +3,7 @@
3
require_relative 'lib/bundleup/version'
4
5
Gem::Specification.new do |spec|
6
- spec.name = 'bundleup'
+ spec.name = 'bundleup-sdk'
7
spec.version = Bundleup::VERSION
8
spec.authors = ['BundleUp']
9
spec.email = ['support@bundleup.io']
0 commit comments