Skip to content

Commit b4c145f

Browse files
committed
ci: fix release-please-action
1 parent 2d16a57 commit b4c145f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
release-type: node
19-
changelog-path: docs/changelog.md
20-
package-name: streetmerchant
19+
changelog-path: CHANGELOG.md
20+
package-name: conventional-commits-pr-action
2121
- name: Tag major version
2222
if: ${{ steps.release.outputs.release_created }}
2323
run: |

0 commit comments

Comments
 (0)