build(forgejo): remove publish-to-crates-io step
All checks were successful
Rust / build (push) Successful in 1m22s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 45s
All checks were successful
Rust / build (push) Successful in 1m22s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 45s
This is now handled by release-plz
This commit is contained in:
parent
34019b5c4a
commit
9a1756bf6c
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
name: Publish to crates.io
|
|
||||||
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
|
|
||||||
env:
|
|
||||||
CARGO_TERM_COLOR: always
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: docker
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Login
|
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
|
||||||
with:
|
|
||||||
args: login "$CARGO_REGISTRY_TOKEN"
|
|
||||||
|
|
||||||
- name: Publish
|
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.3.1
|
|
||||||
with:
|
|
||||||
args: publish --registry crates-io --no-verify
|
|
Loading…
Reference in a new issue