Skip to content

Commit 866b3f6

Browse files
committed
chore: rename .github/settings to .github/config
Update release workflow paths accordingly.
1 parent 5e9a747 commit 866b3f6

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.
File renamed without changes.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: googleapis/release-please-action@v4
1818
with:
19-
config-file: .github/settings/release-please-config.json
20-
manifest-file: .github/settings/release-please-manifest.json
19+
config-file: .github/config/release-please-config.json
20+
manifest-file: .github/config/release-please-manifest.json

0 commit comments

Comments
 (0)