Skip to content

Commit

Permalink
chore: make the workflow named pybedlite-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Sep 18, 2024
1 parent 69c8340 commit b949f6d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: publish pybedlite

on:
push:
Expand Down Expand Up @@ -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

0 comments on commit b949f6d

Please sign in to comment.