mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-10 03:05:57 +00:00
Restrict building of releases to specific tag pattern.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
22e58abe1f
commit
a2231f3ed1
|
@ -17,12 +17,10 @@ steps:
|
|||
- name: release
|
||||
image: rust
|
||||
commands:
|
||||
- cargo install -f git-cliff
|
||||
- git-cliff --output CHANGELOG.md
|
||||
- cargo publish --allow-dirty
|
||||
- cargo publish
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
ref:
|
||||
- refs/tags/v*
|
||||
environment:
|
||||
CARGO_REGISTRY_TOKEN:
|
||||
from_secret: cargo_registry_token
|
||||
|
|
Loading…
Reference in New Issue
Block a user