Skip to content

Commit b9a5288

Browse files
committed
fix: use googleapis/release-please-action@v4
1 parent 86611d6 commit b9a5288

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/manual-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
echo "NEW_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
6060
6161
- 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
62+
id: changelog
63+
uses: googleapis/release-please-action@v4
64+
with:
65+
command: manifest
66+
config-file: .release-please-manifest.json
6767

6868
- name: Build library
6969
run: pnpm run build:lib

0 commit comments

Comments
 (0)