Skip to content

Commit

Permalink
attempt to fix daily.yml
Browse files Browse the repository at this point in the history
jan-tennert committed Jan 24, 2025
1 parent 304e8a3 commit aea1648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,8 @@ jobs:
- name: Get new commits
id: get_commits
run: echo "{new_commit_count}={$(git log --oneline --since '24 hours ago' | wc -l)}" >> $GITHUB_OUTPUT
- name: Debug
run: echo "${{ needs.check-release.outputs.new_commit_count != '0' }} ${{ needs.check-release.outputs.new_commit_count}}"
release:
needs: check-release
uses: ./.github/workflows/release.yml

0 comments on commit aea1648

Please sign in to comment.