Skip to content

Commit b949f6d

Browse files
committed
chore: make the workflow named pybedlite-specific
1 parent 69c8340 commit b949f6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml .github/workflows/publish_pybedlite.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish
1+
name: publish pybedlite
22

33
on:
44
push:
@@ -124,7 +124,6 @@ jobs:
124124
uses: softprops/action-gh-release@v2
125125
with:
126126
name: ${{ github.ref_name }}
127-
body: |
128-
${{ needs.draft-changelog.outputs.release_body }}
127+
body: ${{ needs.make-changelog.outputs.release_body }}
129128
draft: false
130129
prerelease: false

0 commit comments

Comments
 (0)