Skip to content

Commit 3ad4d21

Browse files
committed
build: Correct package name in release script
1 parent 3389354 commit 3ad4d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
release-type: node
15-
package-name: standard-version
15+
package-name: commit-and-tag-version
1616
# The logic below handles the npm publication:
1717
- uses: actions/checkout@v2
1818
# these if statements ensure that a publication only occurs when

0 commit comments

Comments
 (0)