Skip to content

Commit

Permalink
WIP: release management
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Jun 13, 2024
1 parent 194bf8e commit 68ce5e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ jobs:
with:
node-version: 20
- uses: oven-sh/setup-bun@v1
- run: bun install --globally yarn
- run: bun install
- run: bunx semantic-release --debug --dry-run
- name: Build
run: bun run build
- name: Release
run: yarn workspaces run semantic-release -e semantic-release-monorepo --dry-run

0 comments on commit 68ce5e8

Please sign in to comment.