Skip to content

Commit e40beee

Browse files
hotfix
1 parent 8b06cd8 commit e40beee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
id-token: write
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- name: Checkout
27+
uses: actions/checkout@v4
2728

28-
- uses: actions/setup-python@v4
29+
- name: Setup Python
30+
uses: actions/setup-python@v4
2931
with:
3032
python-version: "3.x"
3133

0 commit comments

Comments
 (0)