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 6972da2 commit 47509dfCopy full SHA for 47509df
.github/workflows/release.yml
@@ -18,6 +18,9 @@ jobs:
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
+
24
- name: Install dependencies
25
run: |
26
sudo apt-get update
0 commit comments