We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20be22d commit c819142Copy full SHA for c819142
1 file changed
.github/workflows/deploy.yml
@@ -19,8 +19,9 @@ jobs:
19
if: ${{github.ref_type == 'tag' }}
20
steps:
21
- name: Checkout code
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
23
with:
24
+ fetch-depth: 0
25
ref: ${{ github.ref_name }}
26
27
- name: Set up Node.js
0 commit comments