Skip to content

Commit f89a51d

Browse files
committed
ci: remove auto publishing
1 parent f1b69f0 commit f89a51d

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/cd_release.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,6 @@ on:
66
- master
77

88
jobs:
9-
# Release unpublished packages.
10-
release-plz-release:
11-
name: Release-plz release
12-
runs-on: ubuntu-latest
13-
if: ${{ github.repository_owner == 'compio-rs' }}
14-
permissions:
15-
contents: write
16-
steps:
17-
- &checkout
18-
name: Checkout repository
19-
uses: actions/checkout@v6
20-
with:
21-
fetch-depth: 0
22-
persist-credentials: false
23-
- &install-rust
24-
name: Install Rust toolchain
25-
uses: dtolnay/rust-toolchain@nightly
26-
- name: Run release-plz
27-
uses: release-plz/action@v0.5
28-
with:
29-
command: release
30-
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
33-
349
# Create a PR with the new versions and changelog, preparing the next release.
3510
release-plz-pr:
3611
name: Release-plz PR

0 commit comments

Comments
 (0)