Skip to content

Commit 8e290b9

Browse files
authored
Merge pull request #240 from harikitech/topic/fix_missing_checkout
2 parents 16e54f4 + bf4d33b commit 8e290b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "Publish"
2+
name: Publish
33

44
"on":
55
release:
@@ -16,6 +16,8 @@ jobs:
1616
id-token: write
1717
contents: read
1818
steps:
19+
- name: Checkout
20+
uses: actions/checkout@v5
1921
- name: Set up Python
2022
uses: actions/setup-python@v6
2123
with:

0 commit comments

Comments
 (0)