Skip to content

Commit 64b9483

Browse files
ctranvfonic
authored andcommitted
fixup! Add GitHub Actions badge for CI workflow (ctran#661)
1 parent c3a4f0d commit 64b9483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
gem build *.gemspec
3333
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
3434
env:
35-
GEM_HOST_API_KEY: ${{secrets.GPR_AUTH_TOKEN}}
35+
GEM_HOST_API_KEY: ${{ secrets.GPR_AUTH_TOKEN }}
3636
OWNER: ctran

0 commit comments

Comments
 (0)