From a908d5e611d300cd257aa0e14a0a5c3c80d2a612 Mon Sep 17 00:00:00 2001 From: chee Date: Wed, 20 Feb 2019 23:23:20 +0000 Subject: [PATCH] try using chee/actions for version setting --- .github/main.workflow | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index d139d60..86ba79c 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -24,14 +24,9 @@ action "tag-only filter" { } action "Set version" { - uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680" + uses = "chee/actions@master" needs = ["tag-only filter"] - args = "run set-version" - env = { - EMAIL = "chee-github-action@snoot.club" - GIT_AUTHOR_NAME = "github" - GIT_COMMITTER_NAME = "github" - } + args = "set-package.json-version-from-github-ref" } action "Publish" {