Skip to content

Commit 7d11c73

Browse files
committed
checkout before tag
1 parent cc26a7b commit 7d11c73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
# Required to upload to a GitHub release identifier
3131
contents: write
3232
steps:
33+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
with:
35+
fetch-depth: 0
36+
3337
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
3438
with:
3539
name: cross-build-env

0 commit comments

Comments
 (0)