File tree Expand file tree Collapse file tree 2 files changed +4
-36
lines changed
Expand file tree Collapse file tree 2 files changed +4
-36
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,11 @@ jobs:
2727 run : git fetch --prune --unshallow
2828
2929 - name : ' Create Release Notes'
30+ uses : sifive/action-release-notes@v1
3031 id : create-release-notes
31- run : |
32- tag=$(echo ${{ github.ref }} | cut -d '/' -f 3)
33- release_notes=$(./scripts/create-release-notes.sh ${{ env.PROJECT_NAME }} ${tag})
34- # The string passed to Actions must urlencode newlines.
35- release_notes="${release_notes//$'\n'/'%0A'}"
36- # Use a magic "workflow command" to set the output for the step.
37- echo "::set-output name=release-notes::${release_notes}"
32+ with :
33+ project-name : ${{ env.PROJECT_NAME }}
34+ release : ${{ github.ref }}
3835
3936 - name : ' Create Release'
4037 uses : actions/create-release@v1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments