Skip to content

Commit

Permalink
Merge pull request #7 from Kirkhammetz/ci/fix
Browse files Browse the repository at this point in the history
ci: removed need
  • Loading branch information
simonecorsi committed Jun 15, 2020
2 parents 4198ebd + ea15fbf commit 225942f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -17,7 +17,6 @@ jobs:
- run: npm t

version:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -44,7 +43,6 @@ jobs:
body: ${{ steps.changelog.outputs.changelog }}

publish-npm:
needs: version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 225942f

Please sign in to comment.