Skip to content

Commit 0841997

Browse files
committed
NOMERGE release-plz2: disable release for safety
1 parent cde07b7 commit 0841997

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- setup-release2
78

89
jobs:
910

@@ -28,12 +29,13 @@ jobs:
2829
- &install-rust
2930
name: Install Rust toolchain
3031
uses: dtolnay/rust-toolchain@stable
31-
- name: Run release-plz
32-
uses: release-plz/action@v0.5
33-
with:
34-
command: release
35-
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
# SAFETY REMOVAL
33+
# - name: Run release-plz
34+
# uses: release-plz/action@v0.5
35+
# with:
36+
# command: release
37+
# env:
38+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3739

3840
# Create a PR with the new versions and changelog, preparing the next release.
3941
release-plz-pr:

0 commit comments

Comments
 (0)