We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3cdefc + 9153116 commit 03bf77eCopy full SHA for 03bf77e
.github/workflows/release.yml
@@ -50,6 +50,8 @@ jobs:
50
run: echo "RUBYGEMS_OTP=$(python ./.github/workflows/scripts/rubygems-authenticate.py $RUBYGEMS_MFA_KEY)" >> $GITHUB_ENV
51
52
- name: Publish newrelic_rpm to rubygems.org
53
+ env:
54
+ RUBYGEMS_OTP: ${{ env.RUBYGEMS_OTP }}
55
run: ruby ./.github/workflows/scripts/rubygems-publish.rb newrelic_rpm
56
57
- name: Obtain OTP to publish newrelic-infinite_tracing to rubygems.org
0 commit comments