Skip to content

Commit

Permalink
ci: continuous release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 9, 2024
1 parent e381041 commit b06a039
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 27 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ on:
types: [checks_requested]
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
25 changes: 0 additions & 25 deletions .github/workflows/release-pr.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
with:
command: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 2 additions & 0 deletions .release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[workspace]
pr_draft = true

0 comments on commit b06a039

Please sign in to comment.