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

publish: add prepublish action for debugging

This commit is contained in:
Shawn Allen 2019-02-07 09:00:03 -08:00
parent 57255aafe9
commit 31b0541809

10
.github/main.workflow vendored
View File

@ -34,9 +34,15 @@ action "deploy" {
]
}
action "publish" {
action "prepublish" {
needs = ["lint", "test"]
uses = "primer/publish@master"
uses = "actions/npm@v2.0.0"
args = "config ls"
}
action "publish" {
needs = ["prepubilsh"]
uses = "primer/publish@v1.0.0"
args = ["--unsafe-perms"]
secrets = ["GITHUB_TOKEN", "NPM_AUTH_TOKEN"]
env = {