manifest-file input ignored #2470
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Seems to me that manifest-file variable is ignrored
i provide value "release-please-manifest.json" and release please is looking for ".release-please-manifest.json"
Environment details
release-please
version:Run googleapis/release-please-action@v4
Running release-please version: 16.12.0
Steps to reproduce
provide a manifest file name as input
the input variable is ignored
uses: googleapis/release-please-action@v4
with:
release-type: "simple"
path: ${{ matrix.folder }}
config-file: release-please-config.json
manifest-file: release-please-manifest.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
look in the logs
⚠ file .release-please-manifest.json did not exist
Thanks!
The text was updated successfully, but these errors were encountered: