We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3613e commit 5926193Copy full SHA for 5926193
1 file changed
.github/workflows/release-upload.yml
@@ -29,7 +29,10 @@ jobs:
29
ARCHIVE_NAME: ${{ github.event.repository.name }}-${{ inputs.git-tag }}
30
steps:
31
- name: Checkout Source
32
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@v4
33
+ with:
34
+ fetch-depth: 0
35
+ ref: ${{ inputs.git-tag }}
36
37
- name: Create Release Directory
38
run: mkdir -p release
0 commit comments