1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00

publish: use primer/publish --dry-run

This commit is contained in:
Shawn Allen 2019-02-06 11:12:06 -08:00
parent c9fe679a6d
commit 739c3422aa

View File

@ -36,9 +36,6 @@ action "docs" {
action "publish" {
needs = ["lint", "test"]
uses = "actions/npm@master"
runs = "script/publish"
env = {
PUBLISH_STATUS_CONTEXT = "npm publish primer"
}
uses = "primer/publish@make-it-work"
args = "--dry-run"
}