Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit aa491b0

Browse files
committed
build v3 in release
1 parent a79b2e0 commit aa491b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
python: ['3.8', '3.9', '3.10']
1515

1616
steps:
17-
- uses: compas-dev/compas-actions.build@v2
17+
- uses: compas-dev/compas-actions.build@v3
1818
with:
1919
python: ${{ matrix.python }}
20-
test_lint: true
20+
invoke_lint: true
2121

2222
Publish:
2323
needs: build

0 commit comments

Comments
 (0)