Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdozdil authored Jan 21, 2025
1 parent 0fe79fb commit bf0564f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
- name: Get Commit Messages From Last Day
id: commit_messages
working-directory: ${{ github.workspace }}
shell: powershell
run: |
Write-Output "Fetching commits from the last 24 hours..."
Expand All @@ -151,9 +152,5 @@ jobs:
$ReleaseTag = "nightly"
Write-Output "Updating existing release: $ReleaseTag"
gh release edit $ReleaseTag --notes "$ReleaseNotes"
- name: Debug Outputs
run: |
echo "Release notes: ${{ steps.commit_messages.outputs.release_notes }}"
gh release edit $ReleaseTag --notes "$ReleaseNotes"

0 comments on commit bf0564f

Please sign in to comment.