Skip to content

Commit

Permalink
chrore(infra): updated yarn command in github action (#100)
Browse files Browse the repository at this point in the history
* chrore(infra): updated yarn command in github action

* v0.23.2
  • Loading branch information
alimnios72 authored Apr 30, 2021
1 parent 348eeb2 commit 07dc850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
node-version: "12"
}
},
{ run: "yarn ci" },
{ run: "yarn" },
{
run: "yarn publish",
env: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hulu/roca",
"version": "0.23.1",
"version": "0.23.2",
"description": "A command-line tool for running brightscript tests",
"bin": {
"roca": "./bin/cli.js"
Expand Down

0 comments on commit 07dc850

Please sign in to comment.