Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ucatbas authored Jul 29, 2024
1 parent 87e9c4b commit 8f7a838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
update-package-json:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -34,6 +33,7 @@ jobs:
echo "Name and version from package.json:"
cat package.json | jq '.name, .version'
build:
needs: update-package-json
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -48,7 +48,7 @@ jobs:
fi
- run: npm test
publish-npm:
needs: update-package-json
needs: buid
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8f7a838

Please sign in to comment.