Skip to content

Commit 4f48fa4

Browse files
Build everything in the publish-environment workflow
1 parent 22ff679 commit 4f48fa4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish-environment.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
uses: MetaMask/action-checkout-and-setup@v1
2424
with:
2525
is-high-risk-environment: true
26-
- name: Restore build artifacts
27-
uses: actions/download-artifact@v4
28-
with:
29-
name: publish-release-artifacts-${{ github.sha }}
30-
- run: yarn build:lavamoat
26+
- run: yarn build
3127
- name: configure AWS credentials
3228
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
3329
with:

0 commit comments

Comments
 (0)