Skip to content

Commit 3baae5b

Browse files
committed
fix: release action, python version
chore: release 0.0.4 Release-As: 0.0.4
1 parent f20b016 commit 3baae5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-python@v5
2626
if: ${{ steps.release.outputs.release_created }}
2727
with:
28-
python-version: 'python:3.8'
28+
python-version: '3.8'
2929
- name: Install dependencies
3030
if: ${{ steps.release.outputs.release_created }}
3131
run: |

0 commit comments

Comments
 (0)