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 da11a8f commit b073aa7Copy full SHA for b073aa7
.github/workflows/publish.yml
@@ -11,10 +11,10 @@ jobs:
11
12
# setup .gem/credentials
13
- run: mkdir -p ~/.gem
14
- - run: >-
15
- echo -e "---\n:rubygems_api_key: ${RUBYGEMS_API_KEY}" > ~/.gem/credentials
16
- env:
+ - env:
17
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
+ run: >-
+ echo -e "---\n:rubygems_api_key: ${RUBYGEMS_API_KEY}" > ~/.gem/credentials
18
- run: chmod 0600 ~/.gem/credentials
19
20
- run: gem build convert_api.gemspec --output=release.gem
0 commit comments