From b949f6d3fe88875b93cd8373f16c974a38ee11f0 Mon Sep 17 00:00:00 2001 From: clintval Date: Wed, 18 Sep 2024 13:54:29 -0700 Subject: [PATCH] chore: make the workflow named pybedlite-specific --- .github/workflows/{publish.yml => publish_pybedlite.yml} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{publish.yml => publish_pybedlite.yml} (97%) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish_pybedlite.yml similarity index 97% rename from .github/workflows/publish.yml rename to .github/workflows/publish_pybedlite.yml index 6888582..f85d1d7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish_pybedlite.yml @@ -1,4 +1,4 @@ -name: publish +name: publish pybedlite on: push: @@ -124,7 +124,6 @@ jobs: uses: softprops/action-gh-release@v2 with: name: ${{ github.ref_name }} - body: | - ${{ needs.draft-changelog.outputs.release_body }} + body: ${{ needs.make-changelog.outputs.release_body }} draft: false prerelease: false