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 66f2b2d commit ab7ae50Copy full SHA for ab7ae50
.github/workflows/release_test.yaml
@@ -21,6 +21,7 @@ jobs:
21
22
- name: Fetch tags
23
run: |
24
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
25
git fetch --tags --force
26
27
- name: Set version statically
0 commit comments