mirror of
https://github.com/primer/css.git
synced 2024-11-28 22:01:43 +03:00
nix --dry-run from script/release-candidate in .travis.yml
This commit is contained in:
parent
ff22d1ac70
commit
7d3bf1e1f0
@ -23,7 +23,7 @@ after_success:
|
|||||||
deploy:
|
deploy:
|
||||||
# publish release candidates on release branches
|
# publish release candidates on release branches
|
||||||
- provider: script
|
- provider: script
|
||||||
script: script/release-candidate --dry-run
|
script: script/release-candidate
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: release*
|
branch: release*
|
||||||
|
Loading…
Reference in New Issue
Block a user