Skip to content

Commit 4360b17

Browse files
Merge pull request #1076 from guzman-raphael/master
Remove login shell
2 parents 6de7452 + 898d8ff commit 4360b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yaml

+1-1
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)