Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaneeyo committed Sep 10, 2023
1 parent 0679dc2 commit 321f286
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 321f286

Please sign in to comment.