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 9e7d170 commit cdacecdCopy full SHA for cdacecd
.github/workflows/release.yml
@@ -196,7 +196,7 @@ jobs:
196
- name: Download gem artifact
197
uses: actions/download-artifact@v4
198
with:
199
- name: gem-${{ needs.validate.outputs.version }}
+ name: ${{ needs.build.outputs.artifact_name }}
200
201
- name: Configure RubyGems credentials
202
run: |
@@ -211,7 +211,7 @@ jobs:
211
- name: Publish gem to RubyGems
212
213
echo "🚀 Publishing gem to RubyGems..."
214
- gem push twelvedata_ruby-${{ needs.validate.outputs.version }}.gem
+ gem push ${{ needs.build.outputs.artifact_name }}
215
216
echo "✅ Gem published successfully!"
217
echo "📦 Published: twelvedata_ruby v${{ needs.validate.outputs.version }}"
0 commit comments