We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86611d6 commit b9a5288Copy full SHA for b9a5288
1 file changed
.github/workflows/manual-release.yml
@@ -59,11 +59,11 @@ jobs:
59
echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
60
61
- name: Generate Changelog
62
- id: changelog
63
- uses: google-github-actions/release-please-action@v4
64
- with:
65
- command: manifest
66
- config-file: .release-please-config.json
+ id: changelog
+ uses: googleapis/release-please-action@v4
+ with:
+ command: manifest
+ config-file: .release-please-manifest.json
67
68
- name: Build library
69
run: pnpm run build:lib
0 commit comments