Skip to content

Commit 898d8ff

Browse files
Remove login shell.
1 parent 6de7452 commit 898d8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
export HOST_UID=$(id -u)
193193
docker-compose -f docker-compose-build.yaml run \
194194
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
195-
sh -lc "pip install twine && python -m twine upload dist/*"
195+
sh -c "pip install twine && python -m twine upload dist/*"
196196
- name: Login to DockerHub
197197
uses: docker/login-action@v1
198198
with:

0 commit comments

Comments
 (0)