File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ gem install --user-install fastlane-plugin-wpmreleasetoolkit-*.gem
9
9
echo " --- :rubygems: Gem Push"
10
10
echo " :rubygems_api_key: ${RUBYGEMS_API_KEY} " >> " .gem-credentials"
11
11
chmod 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 68
68
# ################
69
69
- label : " :rubygems: Publish to RubyGems"
70
70
key : " gem-push"
71
- # if: build.tag != null
71
+ if : build.tag != null
72
72
# Note: We intentionally call a separate `.sh` script here (as opposed to having all the
73
73
# commands written inline) to avoid leaking a key used in the process in clear in the
74
74
# BUILDKITE_COMMAND environment variable.
You can’t perform that action at this time.
0 commit comments