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 26cdad5 commit e42aaccCopy full SHA for e42aacc
.github/workflows/release.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Verify gem contents
120
run: |
121
echo "Installing gem for verification..."
122
- gem verify twelvedata_ruby-${{ needs.validate.outputs.version }}.gem
+ gem install twelvedata_ruby-${{ needs.validate.outputs.version }}.gem
123
124
echo "🔍 Verifying gem contents..."
125
gem contents twelvedata_ruby --version ${{ needs.validate.outputs.version }}
0 commit comments