Skip to content

Commit

Permalink
Merge pull request #902 from storyblok/chore/fix-action
Browse files Browse the repository at this point in the history
chore: fix actions, build did not work, added build step in release a…
  • Loading branch information
alvarosabu authored Dec 18, 2024
2 parents f99c6e8 + 6fb11bd commit de921fb
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 de921fb

Please sign in to comment.