From dfdb45f3fa1eb6271352ccb0cf9dfdfc8421eb37 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 25 Aug 2019 15:26:26 -0400 Subject: [PATCH] focus on release not checkout --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 58c8f76..1fd4f0f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@master - with: - fetch-depth: 1 - name: Build run: echo ${{ github.sha }} > Release.txt - name: Release