Skip to content

Commit 9a0e86d

Browse files
Rohit KumarRohit Kumar
authored andcommitted
chore: temporarily use fetch-depth 0 for testing
Signed-off-by: Rohit Kumar <Rohit.Kumar64@ibm.com>
1 parent 36de4a8 commit 9a0e86d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v6
1818
with:
19-
fetch-depth: 1
19+
fetch-depth: 0
2020
token: ${{ secrets.ADMIN_TOKEN || secrets.GITHUB_TOKEN }}
2121

2222
- name: Setup Node.js

0 commit comments

Comments
 (0)