1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 14:17:25 +03:00

remove --dry-run flag from script/release-candidate

This commit is contained in:
Shawn Allen 2018-10-23 21:39:44 -07:00
parent 370274ca78
commit 862e83ac2f

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*