File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,21 +102,13 @@ jobs:
102102 REPO : ${{ env.REPO_SLUG }}
103103 QEMU_REPO : ${{ steps.prep.outputs.repo }}
104104 QEMU_VERSION : ${{ steps.prep.outputs.ref }}
105- -
106- name : Create Git tag
107- if : github.event.inputs.dry-run != 'true'
108- run : |
109- git tag ${{ steps.prep.outputs.git_tag }}
110- git push origin ${{ steps.prep.outputs.git_tag }}
111- env :
112- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
113105 -
114106 name : Create Release
115- uses : softprops/action-gh -release@v1
107+ uses : actions/create -release@v1
116108 if : github.event.inputs.dry-run != 'true'
117109 with :
118- name : ${{ steps.prep.outputs.git_tag }}
119110 tag_name : ${{ steps.prep.outputs.git_tag }}
111+ release_name : ${{ steps.prep.outputs.git_tag }}
120112 prerelease : ${{ github.event.inputs.latest != 'true' }}
121113 body : |
122114 QEMU [${{ github.event.inputs.qemu_version }}](${{ steps.prep.outputs.repo }}/tree/${{ steps.prep.outputs.ref }}) - `${{ steps.prep.outputs.ref }}`
You can’t perform that action at this time.
0 commit comments