Skip to content

Commit

Permalink
simplify publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotblackburn committed Dec 28, 2023
1 parent b1a94b2 commit 6fa6e4f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm test

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

0 comments on commit 6fa6e4f

Please sign in to comment.