Skip to content

Commit e42aacc

Browse files
committed
fix an oops
1 parent 26cdad5 commit e42aacc

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
@@ -119,7 +119,7 @@ jobs:
119119
- name: Verify gem contents
120120
run: |
121121
echo "Installing gem for verification..."
122-
gem verify twelvedata_ruby-${{ needs.validate.outputs.version }}.gem
122+
gem install twelvedata_ruby-${{ needs.validate.outputs.version }}.gem
123123
124124
echo "🔍 Verifying gem contents..."
125125
gem contents twelvedata_ruby --version ${{ needs.validate.outputs.version }}

0 commit comments

Comments
 (0)