Skip to content

Commit

Permalink
ci: building ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nadobando committed Sep 17, 2023
1 parent 88e3deb commit 021af26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
released: steps.build.outputs.released

release:
if: job.build.outputs.released == 'true'
if: jobs.build.outputs.released == 'true'
concurrency: release
needs:
- pre-commit
Expand Down

0 comments on commit 021af26

Please sign in to comment.