generated from PlexSheep/rs-base
chore: please just fucking work dead cd pipeline
This commit is contained in:
parent
f9c164b21f
commit
07f23b7e7b
|
@ -22,12 +22,12 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
- name: Manually Install binaries
|
# - name: Manually Install binaries
|
||||||
uses: https://github.com/taiki-e/install-action@v2
|
# uses: https://github.com/taiki-e/install-action@v2
|
||||||
with:
|
# with:
|
||||||
tool: cargo-semver-checks@0.35, release-plz@0.3.102 # hack
|
# tool: cargo-semver-checks@0.35, release-plz # hack
|
||||||
- name: Run release-plz
|
- name: Run release-plz
|
||||||
uses: https://github.com/MarcoIeni/release-plz-action@v0.5
|
uses: https://github.com/MarcoIeni/release-plz-action@v0.5.79
|
||||||
with:
|
with:
|
||||||
command: release
|
command: release
|
||||||
backend: gitea
|
backend: gitea
|
||||||
|
@ -49,12 +49,12 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
- name: Manually Install binaries
|
# - name: Manually Install binaries
|
||||||
uses: https://github.com/taiki-e/install-action@v2
|
# uses: https://github.com/taiki-e/install-action@v2
|
||||||
with:
|
# with:
|
||||||
tool: cargo-semver-checks@0.35, release-plz@0.3.102 # hack
|
# tool: cargo-semver-checks@0.35, release-plz@0.3.102 # hack
|
||||||
- name: Run release-plz
|
- name: Run release-plz
|
||||||
uses: https://github.com/MarcoIeni/release-plz-action@v0.5
|
uses: https://github.com/MarcoIeni/release-plz-action@v0.5.79
|
||||||
with:
|
with:
|
||||||
command: release-pr
|
command: release-pr
|
||||||
backend: gitea
|
backend: gitea
|
||||||
|
|
Reference in New Issue