File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -72,21 +72,10 @@ jobs:
72
72
needs : [incrementVersionNumber, build]
73
73
runs-on : ubuntu-latest
74
74
steps :
75
- - name : Build Changelog
76
- id : github_release_changelog
77
- uses : mikepenz/release-changelog-builder-action@v4
78
- with :
79
- toTag : v${{ inputs.new_version }}
80
- configurationJson : |
81
- {
82
- "template": "#{{CHANGELOG}}\n## Installation\n```\ndocker pull ${{ inputs.tags }}\n```\n\n## Image reference to deploy: \n```\n${{ inputs.image_tag }}\n```\n\n## Changelog\n#{{UNCATEGORIZED}}",
83
- "pr_template": " - #{{TITLE}} - ( PR: ##{{NUMBER}} )"
84
- }
85
75
- name : Create Release Notes
86
76
uses : softprops/action-gh-release@v2
87
77
with :
88
- name : v${{ inputs.new_version }}
89
- body : ${{ steps.github_release_changelog.outputs.changelog }}
78
+ name : v${{ needs.incrementVersionNumber.outputs.new_version }}
90
79
draft : true
91
80
publish-package :
92
81
if : inputs.publish_to_npm
You can’t perform that action at this time.
0 commit comments