Skip to content

Commit 9134f37

Browse files
refactor(Release-Please): Centralize associated files
1 parent c34a288 commit 9134f37

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.release-please-manifest.json renamed to .github/release-please/.release-please-manifest.json

File renamed without changes.

release-please-config.json renamed to .github/release-please/release-please-config.json

File renamed without changes.

.github/workflows/release-tooling.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
steps:
2222
- uses: googleapis/release-please-action@v4
2323
with:
24+
config-file: .github/release-please/release-please-config.json
25+
manifest-file: .github/release-please/.release-please-manifest.json
2426
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
25-
release-type: node
2627

2728
deploy-storybook:
2829
permissions:

0 commit comments

Comments
 (0)