Skip to content

Commit

Permalink
build: run build and release in library directory
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Oct 3, 2024
1 parent a282608 commit 5c2cd28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build the library
working-directory: library
run: pnpm build

# On manual workflow dispatch release stable version
- name: Release version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: library
run: pnpm release ${{ github.event.inputs.releaseType }}

0 comments on commit 5c2cd28

Please sign in to comment.