Skip to content

Commit

Permalink
Fix missing build step in publish workflow (#2734)
Browse files Browse the repository at this point in the history
The execution environment wasn't built in de publish workflow, resulting
in the execution bundles not being part of the NPM package.
  • Loading branch information
Mrtenz authored Sep 18, 2024
1 parent e311bb5 commit eaf35f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
run: |
yarn install --immutable
yarn build
yarn workspace @metamask/snaps-execution-environments run build:lavamoat
- uses: actions/cache@v4
id: restore-build
with:
Expand Down

0 comments on commit eaf35f4

Please sign in to comment.