From d27b1e66034d2470a7ce56cee4eb76bc1add610d Mon Sep 17 00:00:00 2001 From: W Anders Date: Sat, 28 Oct 2023 18:53:43 -0600 Subject: [PATCH] Maint release workflow (#23) * removed arguments from release workflow checkout action --- .github/workflows/release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4271818..78ec1cc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,9 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - fetch-depth: 1 - fetch-tags: true - run: git tag -l --format='%(contents:subject)%0a%0a%(contents:body)' > RELEASE.txt - uses: softprops/action-gh-release@v1 env: