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 df82452 commit 0679dc2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ jobs:
- name: Get New Commits
id: get_commit_sha
run: |
if [ "${{ github.event_name }}" == "push" ]; then
echo "::set-output name=new_commits::$(git log --pretty=format:'- %h %s' ${{ github.event.before }}..${{ github.sha }})"
fi
git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline > new-in-this-release.log

0 comments on commit 0679dc2

Please sign in to comment.