Skip to content

Commit

Permalink
ci: asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Nov 13, 2023
1 parent 4d66ae2 commit 540c79a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
jobs:
commits:
runs-on: ubuntu-latest
if: github.event_name != 'workflow_dispatch'
outputs:
count: ${{ steps.yesterday.outputs.count }}
steps:
Expand All @@ -23,7 +22,7 @@ jobs:
release:
needs: commits
if: github.event_name == 'workflow_dispatch' || fromJSON(needs.commits.outputs.count) > 0
if: fromJSON(needs.commits.outputs.count) > 0
name: Create Release
runs-on: ubuntu-22.04
outputs:
Expand Down

0 comments on commit 540c79a

Please sign in to comment.