We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f05064 commit 5d01bd1Copy full SHA for 5d01bd1
1 file changed
.github/workflows/runner-publish.yaml
@@ -58,6 +58,7 @@ jobs:
58
uses: actions/checkout@v4
59
with:
60
ref: ${{ github.event.inputs.tag }}
61
+ fetch-depth: 0 # Important! Fetch full history
62
63
- name: ⚙️ Setup NodeJS
64
uses: actions/setup-node@v4
0 commit comments