remove unnecessary step

This commit is contained in:
Maycon Santos
2023-12-08 14:52:55 +01:00
parent da469f0c59
commit 922ee63ce4

View File

@@ -19,11 +19,6 @@ 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 }}