We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455445c commit 809f330Copy full SHA for 809f330
.github/workflows/manual-publish.yml
@@ -34,3 +34,5 @@ jobs:
34
uses: ./.github/actions/publish
35
with:
36
dry_run: ${{ inputs.dry_run }}
37
+ env:
38
+ GEM_HOST_API_KEY: ${{ env.GEM_HOST_API_KEY }}
.github/workflows/release-please.yml
@@ -37,3 +37,5 @@ jobs:
if: ${{ steps.release.outputs.releases_created == 'true' }}
39
dry_run: false
40
41
0 commit comments