Skip to content

Commit d2e1dd0

Browse files
committed
fix(ci): Fix tox command argument handling for build-layers step
1 parent b06acc1 commit d2e1dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
poetry run pip install tox uw-it-build-fingerprinter
6060
- run: |
6161
poetry run tox -e build-layers \
62-
-- -t ${{ env.version }} --release ${{ env.version }} --cache \
62+
-t ${{ env.version }} --release ${{ env.version }} --cache \
6363
--build-arg HUSKY_DIRECTORY_VERSION=${{ env.version }}
6464
poetry run tox -e unit-tests
6565
# Build layers with the -k option to avoid installing a lot of

0 commit comments

Comments
 (0)