Skip to content

Commit

Permalink
ci(workflow): use docker image with git for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Mar 3, 2019
1 parent 29097ad commit 41629cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ action "filter: master branch" {

action "npx semantic-release" {
needs = "filter: master branch"
uses = "docker://node:alpine"
uses = "docker://timbru31:node-alpine-git"
runs = "npx"
args = "semantic-release"
secrets = ["GITHUB_TOKEN"]
Expand Down

0 comments on commit 41629cf

Please sign in to comment.