Skip to content

Commit

Permalink
remove release-plz pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
databasedav committed Oct 20, 2024
1 parent 0b96235 commit 506cd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/release-plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,6 @@ on:
- main

jobs:
release-plz-pr:
name: release-plz PR
runs-on: ubuntu-latest
concurrency:
group: release-plz-${{ github.ref }}
cancel-in-progress: false
steps:
- name: checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: install rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: run release-plz
uses: MarcoIeni/[email protected]
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

release-plz-release:
name: Release-plz release
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
changelog_update = false
git_release_type = "auto"
git_release_draft = true
# release_always = false
release_always = false
pr_branch_prefix = "release/"

[[package]]
name = "haalka"
Expand Down

0 comments on commit 506cd2d

Please sign in to comment.