Skip to content

Commit 52e3cc9

Browse files
committed
fix(ci): Fix tox command argument passing by separating with '--'
1 parent d2e1dd0 commit 52e3cc9

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
@@ -58,7 +58,7 @@ jobs:
5858
sudo apt-get -y install jq
5959
poetry run pip install tox uw-it-build-fingerprinter
6060
- run: |
61-
poetry run tox -e build-layers \
61+
poetry run tox -e build-layers -- \
6262
-t ${{ env.version }} --release ${{ env.version }} --cache \
6363
--build-arg HUSKY_DIRECTORY_VERSION=${{ env.version }}
6464
poetry run tox -e unit-tests

0 commit comments

Comments
 (0)