1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00

nix --dry-run from script/release-candidate in .travis.yml

This commit is contained in:
Shawn Allen 2018-10-23 09:52:50 -07:00
parent ff22d1ac70
commit 7d3bf1e1f0

View File

@ -23,7 +23,7 @@ after_success:
deploy:
# publish release candidates on release branches
- provider: script
script: script/release-candidate --dry-run
script: script/release-candidate
skip_cleanup: true
on:
branch: release*