Skip to content

Commit

Permalink
Update publishNpmGitHubPackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidiousvic authored Jul 11, 2020
1 parent 65cbce0 commit 257c51b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publishNpmGitHubPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ name: publish npm/GitHub package
on:
release:
types: [created]
push:
tags:
- "*" # trigger only when new versions are pushed

jobs:
build:
Expand All @@ -18,7 +15,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: git push origin --all; git push origin --tags
- run: npm ci
- run: npm test

Expand Down

0 comments on commit 257c51b

Please sign in to comment.