Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moray95 committed Aug 16, 2023
1 parent cc0b1e2 commit 49823df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: cargo build

publish:
needs: [lint, build, test]
needs: [lint, build]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 49823df

Please sign in to comment.