Skip to content

Commit eb16843

Browse files
committed
fix release workflow's validate job
1 parent 65ddcb6 commit eb16843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ jobs:
119119
- name: Verify gem contents
120120
run: |
121121
echo "🔍 Verifying gem contents..."
122-
gem contents twelvedata_ruby-${{ needs.validate.outputs.version }}.gem
122+
gem contents twelvedata_ruby --version ${{ needs.validate.outputs.version }}
123123
124124
echo "📋 Gem specification:"
125-
gem specification twelvedata_ruby-${{ needs.validate.outputs.version }}.gem
125+
gem specification twelvedata_ruby --version ${{ needs.validate.outputs.version }}
126126
127127
- name: Test gem installation
128128
run: |

0 commit comments

Comments
 (0)