diff options
author | Wim <wim@42.be> | 2020-06-28 18:30:18 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2020-06-28 18:30:18 +0200 |
commit | f70d1c897a2f999675c24a1f477e890a094e8793 (patch) | |
tree | 80b1eb7965d623200055cabd6cd43b36201d51ac /.github | |
parent | a4a3525265101d5d7383419722c20b8e3f44587d (diff) | |
download | matterbridge-msglm-f70d1c897a2f999675c24a1f477e890a094e8793.tar.gz matterbridge-msglm-f70d1c897a2f999675c24a1f477e890a094e8793.tar.bz2 matterbridge-msglm-f70d1c897a2f999675c24a1f477e890a094e8793.zip |
Set fetch-depth to 0 to fetch all tags
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/development.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 6eaa4d1c..cbb6e2a9 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - fetch-depth: 100 + fetch-depth: 0 - name: Test run: go test ./... -mod=vendor - name: Build |