Skip to content

Commit b9b784c

Browse files
TGTGamerymc9
authored andcommitted
fix(workflows): correct paths for config-file and manifest-file in release-please-action configuration
1 parent 6335688 commit b9b784c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/management-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
- uses: google-github-actions/release-please-action@v4
7979
id: release
8080
with:
81-
config-file: '.github/releases/release-main-config.json'
82-
manifest-file: '.github/releases/.release-manifest.json'
81+
config-file: '.github/release/release-main-config.json'
82+
manifest-file: '.github/release/.release-manifest.json'
8383
target-branch: ${{ github.ref_name == 'develop' && 'main' || github.ref_name }}
8484
include-component-in-tag: true
8585

0 commit comments

Comments
 (0)