Skip to content

Commit 5d01bd1

Browse files
committed
fix checkout tag
1 parent 3f05064 commit 5d01bd1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/runner-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
uses: actions/checkout@v4
5959
with:
6060
ref: ${{ github.event.inputs.tag }}
61+
fetch-depth: 0 # Important! Fetch full history
6162

6263
- name: ⚙️ Setup NodeJS
6364
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)