Skip to content

Commit de34eab

Browse files
committed
ci: move release-please action to build job
Remove separate release job and integrate release-please action directly into the build job workflow. Signed-off-by: Svetlin Ralchev <iamralch@users.noreply.github.com>
1 parent 456835a commit de34eab

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
run: cargo build --verbose
2727
- name: Run tests
2828
run: cargo test --verbose
29-
release:
30-
needs: [build]
31-
runs-on: ubuntu-latest
32-
steps:
3329
- uses: googleapis/release-please-action@v4
3430
with:
3531
release-type: rust

0 commit comments

Comments
 (0)