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