Skip to content

Commit

Permalink
Debug in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Dec 8, 2024
1 parent 821b0f1 commit 80a3019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
GEM_HOST_API_KEY: ${{ secrets.JS_ROUTES_RUBYGEMS_KEY }}
run: |
sha256 -s $GEM_HOST_API_KEY
echo "${GEM_HOST_API_KEY:0:16}"
gem push *.gem --otp ${{ github.event.inputs.otp_code }}
- name: Create GitHub Release
Expand Down

0 comments on commit 80a3019

Please sign in to comment.