Skip to content

Commit c583228

Browse files
committed
fix(): Adds a release job
1 parent df7e3ef commit c583228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
cd modules
1919
for d in */ ; do
20-
d=${d%%+(/)}
20+
d=${d%/}
2121
version=$(jq -r '.version' $d/index.json)
2222
filename= ${d}-${version}.module
2323
zip -z $filename

0 commit comments

Comments
 (0)