Skip to content

Commit

Permalink
chore: fix actions, build did not work, added build step in release a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
edodusi committed Dec 18, 2024
1 parent f99c6e8 commit 6fb11bd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 51 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Build lib
run: pnpm build
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
46 changes: 28 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fb11bd

Please sign in to comment.