Skip to content

Commit 02206dd

Browse files
committed
add git checkout
1 parent d57cc63 commit 02206dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,11 @@ jobs:
239239
path: ${{ env.DIST_DIR }}
240240
merge-multiple: true
241241

242-
- name: Tag release to bind tag and commit
242+
- name: Checkout repository
243+
uses: actions/checkout@v4
244+
with:
245+
fetch-depth: 0
246+
- name: Create a tag for the release
243247
env:
244248
TAG: ${{ env.REPO_REF }}-${{ github.run_number }}
245249
run: |

0 commit comments

Comments
 (0)