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 a838056 commit ba3d275Copy full SHA for ba3d275
.github/workflows/create_release_pr.yml
@@ -25,8 +25,8 @@ jobs:
25
path: "version.properties"
26
properties: "templateScriptVersion"
27
28
- - uses: nimblehq/github-actions-workflows/create_release_pr@0.1.10
+ - uses: nimblehq/github-actions-workflows/create_release_pull_request@0.1.10
29
with:
30
- version: ${{ steps.version.outputs.templateScriptVersion }}
31
- changelogConfiguration: ".github/workflows/config/changelog-release.json"
+ release_version: ${{ steps.version.outputs.templateScriptVersion }}
+ changelog_configuration: ".github/workflows/config/changelog-release.json"
32
assignee: luongvo-bot
0 commit comments