Fix docs generation

This commit is contained in:
Maycon Santos
2023-12-08 14:28:21 +01:00
parent f0beea358f
commit 9d0102e571

View File

@@ -19,6 +19,11 @@ jobs:
input_string: ${{ github.event.inputs.tag }}
version_extractor_regex: '\/v(.*)$'
- name: set git user
run: |
git config --global user.email "dev@netbird.io"
git config --global user.name "netbirddev"
- uses: actions/checkout@v4
with:
token: ${{ secrets.DEV_GITHUB_TOKEN }}