Skip to content

Commit

Permalink
Add semver to release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 21, 2023
1 parent cbd0791 commit 91e6942
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 @@ -143,7 +143,7 @@ jobs:
runs-on: ubuntu-latest
environment: production
if: github.event_name == 'release'
needs: [build, test, msrv, lints, docs, leaks]
needs: [build, test, msrv, lints, docs, leaks, semver]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down

0 comments on commit 91e6942

Please sign in to comment.