Compare commits
2 commits
180e8ed0e0
...
9a1756bf6c
Author | SHA1 | Date | |
---|---|---|---|
9a1756bf6c | |||
34019b5c4a |
2 changed files with 0 additions and 38 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
|
|
|
@ -1,17 +1,4 @@
|
||||||
steps:
|
steps:
|
||||||
publish-to-forgejo:
|
|
||||||
when:
|
|
||||||
- event: tag
|
|
||||||
ref: refs/tags/v*
|
|
||||||
# INFO: https://woodpecker-ci.org/plugins/Gitea%20Release
|
|
||||||
image: docker.io/woodpeckerci/plugin-gitea-release:0.3.2
|
|
||||||
settings:
|
|
||||||
base_url: https://git.kemitix.net
|
|
||||||
api_key:
|
|
||||||
from_secret: FORGEJO_RELEASE_PLUGIN
|
|
||||||
target: main
|
|
||||||
prerelease: true
|
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
Loading…
Reference in a new issue