Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkosterr committed Nov 8, 2024
1 parent 438b95b commit d419fab
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --immutable
- name: Running tests
run: yarn run test
- run: npm install
- name: Building
run: yarn run build
run: npm run build
- name: Running audit
run: yarn audit signatures
run: npm audit signatures
- name: Semantic release
run: npx semantic-release
env:
Expand Down

0 comments on commit d419fab

Please sign in to comment.