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 f82a785 commit f602bd9Copy full SHA for f602bd9
.github/workflows/release.yml
@@ -32,5 +32,5 @@ jobs:
32
gem build *.gemspec
33
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
34
env:
35
- GEM_HOST_API_KEY: ${{secrets.GPR_AUTH_TOKEN}}
+ GEM_HOST_API_KEY: ${{ secrets.GPR_AUTH_TOKEN }}
36
OWNER: ctran
0 commit comments