File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ gem install --user-install fastlane-plugin-wpmreleasetoolkit-*.gem
99echo " --- :rubygems: Gem Push"
1010echo " :rubygems_api_key: ${RUBYGEMS_API_KEY} " >> " .gem-credentials"
1111chmod 600 " .gem-credentials"
12- # gem push --config-file ".gem-credentials" fastlane-plugin-wpmreleasetoolkit-*.gem
12+ gem push --config-file " .gem-credentials" fastlane-plugin-wpmreleasetoolkit-* .gem
Original file line number Diff line number Diff line change 6868 # ################
6969 - label : " :rubygems: Publish to RubyGems"
7070 key : " gem-push"
71- # if: build.tag != null
71+ if : build.tag != null
7272 # Note: We intentionally call a separate `.sh` script here (as opposed to having all the
7373 # commands written inline) to avoid leaking a key used in the process in clear in the
7474 # BUILDKITE_COMMAND environment variable.
You can’t perform that action at this time.
0 commit comments