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 65ddcb6 commit eb16843Copy full SHA for eb16843
.github/workflows/release.yml
@@ -119,10 +119,10 @@ jobs:
119
- name: Verify gem contents
120
run: |
121
echo "🔍 Verifying gem contents..."
122
- gem contents twelvedata_ruby-${{ needs.validate.outputs.version }}.gem
+ gem contents twelvedata_ruby --version ${{ needs.validate.outputs.version }}
123
124
echo "📋 Gem specification:"
125
- gem specification twelvedata_ruby-${{ needs.validate.outputs.version }}.gem
+ gem specification twelvedata_ruby --version ${{ needs.validate.outputs.version }}
126
127
- name: Test gem installation
128
0 commit comments