Skip to content

Commit

Permalink
fix: release npm sequentially after github
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Jan 24, 2024
1 parent 955d4ce commit 38e4f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
release-npm:
name: Release on NPM registry
runs-on: ubuntu-latest
needs: [ build, test ]
needs: [ build, test, release-github ]
steps:
- name: Cache dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 38e4f67

Please sign in to comment.