Skip to content

Commit dcbd43c

Browse files
committed
chore: fix package-name
1 parent e087042 commit dcbd43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: google-github-actions/release-please-action@v3
1818
with:
1919
release-type: node
20-
package-name: mongodb
20+
package-name: bson
2121
# Example: chore(main): release 5.7.0 [skip-ci]
2222
# ${scope} - parenthesis included, base branch name
2323
pull-request-title-pattern: 'chore${scope}: release ${version} [skip-ci]'

0 commit comments

Comments
 (0)