Skip to content

Commit 9136c47

Browse files
committed
fix(deploy.xml): fix typo on deploy.xml gha
1 parent 430659d commit 9136c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@v2
34-
with:
35-
python-version: '3.8'
33+
uses: actions/setup-python@v2
34+
with:
35+
python-version: '3.8'
3636

3737
- name: Set up Java
3838
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)