Skip to content

Commit 80a3019

Browse files
committed
Debug in workflow
1 parent 821b0f1 commit 80a3019

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
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
GEM_HOST_API_KEY: ${{ secrets.JS_ROUTES_RUBYGEMS_KEY }}
5757
run: |
58-
sha256 -s $GEM_HOST_API_KEY
58+
echo "${GEM_HOST_API_KEY:0:16}"
5959
gem push *.gem --otp ${{ github.event.inputs.otp_code }}
6060
6161
- name: Create GitHub Release

0 commit comments

Comments
 (0)