Skip to content

Commit

Permalink
update hermit on alpha npm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Aug 27, 2024
1 parent aa42c86 commit 98fb3b1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/alpha-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# https://cashapp.github.io/hermit/usage/ci/
- name: Init Hermit
uses: cashapp/activate-hermit@31ce88b17a84941bb1b782f1b7b317856addf286 #v1.1.0
uses: cashapp/activate-hermit@v1
with:
cache: "true"

Expand Down Expand Up @@ -63,11 +63,6 @@ jobs:
node ./scripts/bump-workspace.mjs --prerelease=$ALPHA_PRERELEASE
shell: bash

- name: Build the crypto package first
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
run: pnpm --filter @web5/crypto build

- name: Build all workspace packages
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand Down

0 comments on commit 98fb3b1

Please sign in to comment.