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 d0c3e68 commit 821b0f1Copy full SHA for 821b0f1
.github/workflows/release.yml
@@ -55,6 +55,7 @@ jobs:
55
env:
56
GEM_HOST_API_KEY: ${{ secrets.JS_ROUTES_RUBYGEMS_KEY }}
57
run: |
58
+ sha256 -s $GEM_HOST_API_KEY
59
gem push *.gem --otp ${{ github.event.inputs.otp_code }}
60
61
- name: Create GitHub Release
0 commit comments