Skip to content

Commit

Permalink
fix(ci): fix package name in release-please.yml (nodejs#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jul 19, 2022
1 parent 88d5c8f commit c132f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: release
with:
release-type: node
package-name: node-core-utils
package-name: test
npm-publish:
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
Expand Down

0 comments on commit c132f7e

Please sign in to comment.