We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6335688 commit b9b784cCopy full SHA for b9b784c
.github/workflows/management-changelog.yml
@@ -78,8 +78,8 @@ jobs:
78
- uses: google-github-actions/release-please-action@v4
79
id: release
80
with:
81
- config-file: '.github/releases/release-main-config.json'
82
- manifest-file: '.github/releases/.release-manifest.json'
+ config-file: '.github/release/release-main-config.json'
+ manifest-file: '.github/release/.release-manifest.json'
83
target-branch: ${{ github.ref_name == 'develop' && 'main' || github.ref_name }}
84
include-component-in-tag: true
85
0 commit comments