feat: with base rust project
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-28 19:53:04 +02:00
parent 4ff3acb1d3
commit e563bbfd0d
4 changed files with 17 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ steps:
- name: release
image: marcoieni/release-plz:0.3.16
commands:
- release-plz release-pr --git-token="$GIT_TOKEN" --backend gitea
- release-plz release-pr --git-token="$GIT_TOKEN" --token="$GIT_TOKEN" --backend gitea --registry https://git.front.kjuulh.io/kjuulh/_cargo-index.git
environment:
GIT_TOKEN:
from_secret: gitea_token