Skip to content

Commit 1c3a184

Browse files
Fix error on main build workflow
1 parent e4fe081 commit 1c3a184

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
build:
1717
needs: run_tests
1818
uses: WritePoetry/reusable-workflows/.github/workflows/build.yml@main
19-
create_zip: true
19+
with:
20+
create_zip: true
2021
permissions:
2122
contents: write
2223
packages: read

0 commit comments

Comments
 (0)