From 5a1d139477f2b26a2eb4cf36de04da223824159e Mon Sep 17 00:00:00 2001 From: Benjamin Wolf Date: Thu, 9 Apr 2020 09:32:10 +0200 Subject: [PATCH] Add message for pages release --- .github/workflows/build_master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index 3269632..f06f790 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -60,6 +60,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build + commit_message: Publish Release ${{ env.RELEASE_VERSION }} - name: Upload Release Files if: startsWith(github.ref, 'refs/tags/') id: upload-release-asset