Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p10ns11y committed Nov 6, 2024
1 parent 33bb5b7 commit bc150e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'package.json'
workflow_dispatch:

jobs:
publish:
Expand All @@ -26,7 +27,7 @@ jobs:

- name: Build project

run: npx trubo run build
run: npx turbo run build

- name: Publish to GitHub Packages
working-directory: packages/core
Expand Down

0 comments on commit bc150e1

Please sign in to comment.