File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 uses : actions/download-artifact@v3
3333 with :
3434 name : changelog
35- path : docs/changelog.md
35+ path : docs/
3636 - name : Prepare release notes
37- run : make release-notes
37+ run : make release-notes > release-notes.md
3838 - name : Create GitHub release
3939 uses : softprops/action-gh-release@v1
4040 with :
Original file line number Diff line number Diff line change 3232 uses: actions/download-artifact@v3
3333 with:
3434 name: changelog
35- path: docs/changelog.md
35+ path: docs/
3636 - name: Prepare release notes
37- run: make release-notes
37+ run: make release-notes > release-notes.md
3838 - name: Create GitHub release
3939 uses: softprops/action-gh-release@v1
4040 with:
You can’t perform that action at this time.
0 commit comments