From 321f2867dcd6fbae7570b3dabe91983022e2e41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AD=E3=83=A3=E3=83=83=E3=83=84=E3=82=A6=E3=82=A3?= =?UTF-8?q?=E3=82=BA=E3=83=A9=E3=82=A4=E3=82=B9?= <103961848+Vaneeyo@users.noreply.github.com> Date: Sun, 10 Sep 2023 12:36:18 +0200 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2fcf8a8..9e7a937 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,13 +41,8 @@ jobs: name: OneUI Widgets ${{ github.run_number }} tag_name: v${{ github.run_number }} body: | - **New Commits:** - - ${{ steps.get_commit_sha.outputs.new_commits }} + ## This release was auto generated env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Get New Commits - id: get_commit_sha - run: | - git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline > new-in-this-release.log