From 67ee5139925b84fcfc8938ede29a090915c76b7a Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Tue, 4 Aug 2020 22:13:37 +0200 Subject: [PATCH] ci: Stop explicit tag fetch in publication job (#190) --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9965a303..23f60d73 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,9 +24,6 @@ jobs: with: fetch-depth: 0 - - name: Fetch tags - run: git fetch --tags - - name: Validate gradle wrapper uses: gradle/wrapper-validation-action@v1