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.
1 parent 5103e8d commit 3b2e237Copy full SHA for 3b2e237
.github/workflows/release.yml
@@ -44,6 +44,7 @@ jobs:
44
RUBYGEMS_API_KEY: ${{secrets.INTERSCRIPT_RUBYGEMS_API_KEY}}
45
run: |
46
gem install gem-release
47
+ mkdir -p ~/.gem
48
touch ~/.gem/credentials
49
cat > ~/.gem/credentials << EOF
50
---
0 commit comments