From fe9b52f11da8c7105b691bedbc2768d43fe032ee Mon Sep 17 00:00:00 2001 From: Abhimanyu121 Date: Fri, 23 Oct 2020 14:41:53 +0530 Subject: [PATCH] removed checkout Signed-off-by: Abhimanyu121 --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 926e34d..4832a02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,6 @@ jobs: # tag: 0.8 # - name: cp # run: cp easyDoser-server/easyDoser-server ../output - - uses: actions/checkout@v2 - name: Use Node.js 14.x uses: actions/setup-node@v1 with: