Skip to content

Commit

Permalink
set release name
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen committed Jun 18, 2021
1 parent 94168ca commit e044375
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gluon_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,13 @@ jobs:
- uses: actions/download-artifact@v2
with:
path: artifacts
- name: Create release name
id: create-release-name
run: echo ::set-output name=releaseName::$(echo ${{ needs.determine-version.outputs.simpleTag }} | sed "s/gluon-/Gluon /g")
- name: Create release
uses: ncipollo/release-action@v1
with:
name: GraalVM CE Gluon ${{ needs.determine-version.outputs.simpleTag }}
name: GraalVM CE ${{ steps.create-release-name.outputs.releaseName }}
body: |
This is a Gluon build of GraalVM.
Based on Gluon Graal commit: ${{ github.sha }}
Expand Down

0 comments on commit e044375

Please sign in to comment.