We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc26a7b commit 7d11c73Copy full SHA for 7d11c73
.github/workflows/publish.yml
@@ -30,6 +30,10 @@ jobs:
30
# Required to upload to a GitHub release identifier
31
contents: write
32
steps:
33
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
+ with:
35
+ fetch-depth: 0
36
+
37
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
38
with:
39
name: cross-build-env
0 commit comments