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 766abd8 commit dac2eeaCopy full SHA for dac2eea
.github/workflows/release.yml
@@ -111,6 +111,6 @@ jobs:
111
# There is also publish-manual.yml in case that is needed for some reason.
112
- name: 'Publish gems'
113
run: |
114
- for g in *.gem; do
+ for g in ./*-release-artifacts/**.gem; do
115
GEM_HOST_API_KEY=${{ secrets.RUBYGEMS_API_KEY }} gem push "$g"
116
done
0 commit comments