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 4b29422 commit f5af6f5Copy full SHA for f5af6f5
.github/workflows/release.yml
@@ -8,6 +8,9 @@ jobs:
8
issues: write
9
steps:
10
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
11
+ with:
12
+ fetch-depth: 0
13
+ ref: main
14
- name: Set git config safe.directory
15
run: git config --global --add safe.directory "$(pwd)"
16
- name: Set git identity
0 commit comments