Skip to content

Commit

Permalink
Rename prebuild to build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritzkiv committed Oct 16, 2024
1 parent 5ee1505 commit d9a8bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

jobs:
prebuild:
build:
strategy:
matrix:
node-version: [22.x]
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
publish:
name: Publish to NPM
needs:
- prebuild
- build
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit d9a8bee

Please sign in to comment.