Skip to content

Commit f602bd9

Browse files
committed
fixup! Add GitHub Actions badge for CI workflow (#661)
1 parent f82a785 commit f602bd9

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)