Skip to content

Commit

Permalink
ci: needs
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Aug 12, 2024
1 parent dc6262d commit 5915a7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
name: Publish to npm
runs-on: ubuntu-latest
if: startsWith('refs/tags/', github.ref)
needs:
- build
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5915a7e

Please sign in to comment.