Skip to content

Commit 59bb456

Browse files
authored
Remove build step from release workflow (#379)
1 parent a8cedf4 commit 59bb456

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
- run: yarn --immutable
41-
- run: yarn build
4241

4342
publish-npm-dry-run:
4443
runs-on: ubuntu-latest
@@ -66,8 +65,6 @@ jobs:
6665
with:
6766
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
6867
subteam: S042S7RE4AE # @metamask-npm-publishers
69-
env:
70-
SKIP_PREPACK: true
7168

7269
publish-npm:
7370
environment: npm-publish
@@ -94,5 +91,3 @@ jobs:
9491
uses: MetaMask/action-npm-publish@v5
9592
with:
9693
npm-token: ${{ secrets.NPM_TOKEN }}
97-
env:
98-
SKIP_PREPACK: true

scripts/prepack.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)