From 448a1fd1956e19d007908a07c4cf8ce103689e7c Mon Sep 17 00:00:00 2001 From: Brett Dorrans Date: Sun, 24 May 2020 14:25:58 +0100 Subject: [PATCH] ci: remove duplicate uses --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4cf16f4..ba62dcfb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,6 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release - name: Build styleguide - uses: actions/checkout@v2 run: | git fetch --depth=1 origin +refs/tags/*:refs/tags/* npm run build:styleguide