Skip to content

Commit 5f1def1

Browse files
committed
fix(): Adds a release job
1 parent 1d4b6b4 commit 5f1def1

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
@@ -40,6 +40,6 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
run: |
4242
for module in modules/*.module; do
43-
gh release upload ${{ github.ref }}
43+
gh release upload ${{ github.ref }} $module
4444
done
4545

0 commit comments

Comments
 (0)