Skip to content

Commit

Permalink
try using chee/actions for version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 20, 2019
1 parent 995f4d0 commit a908d5e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/main.workflow
Expand Up @@ -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" {
Expand Down

0 comments on commit a908d5e

Please sign in to comment.