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 29a9397 commit f1c11e5Copy full SHA for f1c11e5
.github/workflows/release.yml
@@ -18,6 +18,12 @@ jobs:
18
- uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
+ - name: install deps
22
+ run: |
23
+ apt-get update && apt-get install -y jq git
24
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
25
+ git config user.email ${{ github.actor }}[email protected]
26
+ git config user.name ${{ github.actor }}
27
- name: Install GitVersion
28
uses: gittools/actions/gitversion/[email protected]
29
0 commit comments