Skip to content

Commit

Permalink
build: remove release action from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Mar 1, 2019
1 parent a8410a4 commit 9efd629
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/main.workflow
Expand Up @@ -3,7 +3,7 @@ workflow "Auto Release" {
"Install dependencies",
"Lint",
"Test",
"Release",
"Deploy",
]
on = "release"
}
Expand Down Expand Up @@ -55,10 +55,3 @@ action "Deploy" {
secrets = ["FIREBASE_TOKEN", "PROJECT_ID"]
args = "deploy"
}

action "Release" {
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
needs = ["Deploy"]
args = "run release"
secrets = ["GITHUB_TOKEN"]
}

0 comments on commit 9efd629

Please sign in to comment.