Skip to content

Commit

Permalink
Simplify publish worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Oct 23, 2022
1 parent dd2855d commit 30a4291
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,7 @@ 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
- run: npm run build
- run: npm test

publish-npm:
publish:
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 30a4291

Please sign in to comment.