mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
chore: remove step frm GitHub actions
This commit is contained in:
parent
1d6eb945c9
commit
e40083a6be
1 changed files with 1 additions and 7 deletions
8
.github/main.workflow
vendored
8
.github/main.workflow
vendored
|
@ -52,14 +52,8 @@ action "release:lint" {
|
|||
args = "yarn run lint"
|
||||
}
|
||||
|
||||
action "release:test" {
|
||||
uses = "docker://node:10"
|
||||
needs = ["release:build"]
|
||||
args = "sh scripts/puppeteer-setup-ci.sh"
|
||||
}
|
||||
|
||||
action "release:publish" {
|
||||
needs = ["release:test"]
|
||||
needs = ["release:build"]
|
||||
uses = "docker://node:10"
|
||||
args = "sh scripts/publish.sh"
|
||||
secrets = [
|
||||
|
|
Loading…
Add table
Reference in a new issue