Skip to content

Commit

Permalink
chore(infra): update release action (#98)
Browse files Browse the repository at this point in the history
* Update release action to use yarn

* v0.23.1
  • Loading branch information
alimnios72 authored Apr 30, 2021
1 parent 12c8504 commit 348eeb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
node-version: "12"
}
},
{ run: "npm ci" },
{ run: "yarn ci" },
{
run: "npm publish",
run: "yarn publish",
env: {
NODE_AUTH_TOKEN: "${{ secrets.NPM_PUBLISH_TOKEN }}"
}
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.0",
"version": "0.23.1",
"description": "A command-line tool for running brightscript tests",
"bin": {
"roca": "./bin/cli.js"
Expand Down

0 comments on commit 348eeb2

Please sign in to comment.