Skip to content

Commit

Permalink
fix publish yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Jul 24, 2022
1 parent 103c2a7 commit b140993
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci

publish-npm:
needs: build
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"appium",
"chrome-dev-tools"
],
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"author": "",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit b140993

Please sign in to comment.