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 65
65
# ################
66
66
- label : " :rubygems: Publish to RubyGems"
67
67
key : " gem-push"
68
- if : build.tag != null
68
+ # if: build.tag != null
69
69
# Note: We intentionally call a separate `.sh` script here (as opposed to having all the
70
70
# commands written inline) to avoid leaking a key used in the process in clear in the
71
71
# BUILDKITE_COMMAND environment variable.
You can’t perform that action at this time.
0 commit comments