Skip to content

Commit

Permalink
Remove build step from release workflow (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz authored Oct 8, 2024
1 parent a8cedf4 commit 59bb456
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn --immutable
- run: yarn build

publish-npm-dry-run:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -66,8 +65,6 @@ jobs:
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
subteam: S042S7RE4AE # @metamask-npm-publishers
env:
SKIP_PREPACK: true

publish-npm:
environment: npm-publish
Expand All @@ -94,5 +91,3 @@ jobs:
uses: MetaMask/action-npm-publish@v5
with:
npm-token: ${{ secrets.NPM_TOKEN }}
env:
SKIP_PREPACK: true
12 changes: 0 additions & 12 deletions scripts/prepack.sh

This file was deleted.

0 comments on commit 59bb456

Please sign in to comment.