Skip to content

Commit 5fb53a9

Browse files
committed
chore: fix release action
1 parent 6c431df commit 5fb53a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
ref: master
19+
fetch-depth: 0
20+
token: ${{ secrets.PAT_GITHUB }}
1921

2022
- uses: FranzDiebold/github-env-vars-action@v2
2123

0 commit comments

Comments
 (0)