Skip to content

Commit

Permalink
[GHA] Remove commit version from Alpha name release
Browse files Browse the repository at this point in the history
Moved it inside the body text
- Related to #122
  • Loading branch information
RoiArthurB committed Mar 14, 2024
1 parent a36d742 commit 8a230e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/travis-publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,15 @@ jobs:
if: "${{ !inputs.IS_STABLE_RELEASE }}"
with:
body: |
Alpha release for GAMA ${{ inputs.RELEASE_VERSION }}. Please test and report issues
Alpha release for GAMA ${{ inputs.RELEASE_VERSION }}. Please test and report issues.
Last updated on ${{ steps.setup_new_release_data.outputs.date }}.
It has been built on the commit ${{ inputs.COMMIT_SHA }}.
file: ${{ runner.temp }}/files/*
file_glob: true
make_latest: false
promote: false
prerelease: true
release_name: Alpha Version ${{ inputs.RELEASE_VERSION }} (${{ inputs.COMMIT_SHA }})
release_name: Alpha Version ${{ inputs.RELEASE_VERSION }}
tag: ${{ inputs.RELEASE_VERSION }}
repo_token: ${{ secrets.BOT_TOKEN }}

Expand Down

0 comments on commit 8a230e2

Please sign in to comment.