Skip to content

Commit 963c11d

Browse files
authored
Remove unnecessary Yarn install from publish workflow (#264)
1 parent 0bd639c commit 963c11d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- uses: MetaMask/action-publish-release@v3
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
- run: yarn --immutable
2726
- run: yarn build
2827
- name: Upload build artifacts
2928
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)