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 6c431df commit 5fb53a9Copy full SHA for 5fb53a9
.github/workflows/release.yaml
@@ -16,6 +16,8 @@ jobs:
16
- uses: actions/checkout@v4
17
with:
18
ref: master
19
+ fetch-depth: 0
20
+ token: ${{ secrets.PAT_GITHUB }}
21
22
- uses: FranzDiebold/github-env-vars-action@v2
23
0 commit comments