From ade1862fe88895ea101f870ac2ce9db55407dafd Mon Sep 17 00:00:00 2001 From: manishkumr Date: Tue, 19 May 2020 13:13:22 +1000 Subject: [PATCH] removing duplicate code checkout in release workflow --- .github/workflows/release-plugin.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-plugin.yml b/.github/workflows/release-plugin.yml index c15adcf..60328a8 100644 --- a/.github/workflows/release-plugin.yml +++ b/.github/workflows/release-plugin.yml @@ -24,8 +24,6 @@ jobs: name: Upload plugin Jar runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v2 - name: Create Release id: create_release uses: actions/create-release@v1