We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ff679 commit 4f48fa4Copy full SHA for 4f48fa4
.github/workflows/publish-environment.yml
@@ -23,11 +23,7 @@ jobs:
23
uses: MetaMask/action-checkout-and-setup@v1
24
with:
25
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
+ - run: yarn build
31
- name: configure AWS credentials
32
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
33
0 commit comments