Skip to content

Commit

Permalink
Use trigger commit message as release name
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Dec 16, 2022
1 parent 71bc8b7 commit c080b99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

run-name: ${{ github.event.workflow_run.head_commit.message }}

jobs:
appimage-upload:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# Use oldest ubuntu to make AppImage work
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_sha }}
- name: Install Qt
run: |
sudo apt-get update
Expand All @@ -40,6 +44,8 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_sha }}
- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@v2
with:
Expand Down

0 comments on commit c080b99

Please sign in to comment.