Skip to content

Commit

Permalink
remove dependency on build
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinVermeer committed Apr 16, 2021
1 parent 2c4d49f commit 3bb0aea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -20,4 +19,3 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 3bb0aea

Please sign in to comment.