Skip to content

Commit

Permalink
feat: manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
kamthamc authored May 7, 2019
1 parent ec686a4 commit d05fdf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ action "Tag" {
runs = "npm run release"
secrets = ["GH_TOKEN"]
}

workflow "Release" {
on = "check_run"
resolves = ["Tag"]
}

0 comments on commit d05fdf1

Please sign in to comment.