Skip to content

Commit 15657b0

Browse files
authored
chore: Checkout code before publishing
1 parent a020924 commit 15657b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
# IMPORTANT: this permission is mandatory for trusted publishing
1313
id-token: write
1414
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v3
1517
- name: Set up Python
1618
uses: actions/setup-python@v4
1719
with:

0 commit comments

Comments
 (0)