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 a2eaf83 commit e9b7e6cCopy full SHA for e9b7e6c
.github/workflows/release.yml
@@ -14,10 +14,6 @@ jobs:
14
# need this to also fetch tags
15
fetch-depth: 0
16
17
- # https://github.blog/2022-04-12-git-security-vulnerability-announced/
18
- - name: Pacify git's permission check
19
- run: git config --global --add safe.directory /__w
20
-
21
- name: Workaround for https://github.com/actions/checkout/pull/697
22
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)
23
0 commit comments