Skip to content

Commit

Permalink
build: explicitly point to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 19, 2024
1 parent 8120112 commit 10daacc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -12,7 +12,8 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
# The logic below handles the npm publication:
- uses: actions/checkout@v3
# these if statements ensure that a publication only occurs when
Expand Down

0 comments on commit 10daacc

Please sign in to comment.