Skip to content

Commit

Permalink
👷 updated npm github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiddha committed Mar 30, 2020
1 parent f378a87 commit e5a941a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

jobs:
build:
build-and-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -18,6 +18,7 @@ jobs:
run: |
docker run -d -p 6379:6379 redis
npm test
- run: npm version from-git -m "Release %s"

publish-npm:
needs: build
Expand Down

0 comments on commit e5a941a

Please sign in to comment.