Skip to content

Commit 419d792

Browse files
authored
Update release.yml
1 parent b10d42e commit 419d792

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ jobs:
109109
uses: actions/download-artifact@v4
110110
with:
111111
pattern: pkg-*
112+
merge-multiple: true
112113

113114
- name: Configure trusted publishing credentials
114115
uses: rubygems/[email protected]
115116

116117
- name: Release
117-
run: find . -name '*.gem' -print0 | sort -rz -t / -k 3 | xargs -0 -n 1 -- gem push
118+
run: find . -name '*.gem' -print0 | sort -rz | xargs -0 -n 1 -- gem push

0 commit comments

Comments
 (0)