Skip to content

Commit

Permalink
fix(ci): typo in job name (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored May 28, 2024
1 parent 27f579b commit 191edc5
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 @@ -25,7 +25,7 @@ jobs:
name: 🤖 Semantic release
permissions:
contents: write # to be able to publish a GitHub release
needs: tests
needs: test
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
outputs:
Expand Down

0 comments on commit 191edc5

Please sign in to comment.