Skip to content

Commit 907134e

Browse files
authored
ci: checkout tags on release (#220)
1 parent 7930dff commit 907134e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
id-token: write
1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1315
- uses: actions/setup-python@v5
1416
- uses: actions/setup-node@v4
1517
- run: make deps

0 commit comments

Comments
 (0)