Skip to content

Commit

Permalink
chore: fix CI for decryption oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Dec 26, 2024
1 parent 31624ae commit bc9c0e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fhevm-core-contracts-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 20.x

- name: Prepare environment file
- name: Prepare environment file
run: cp .env.example.deployment .env

- name: Install dependencies
Expand All @@ -36,8 +36,8 @@ jobs:
- name: Compile contracts
run: npm run compile

- name: Compile gateway
run: npm run compile:gateway
- name: Compile decryption oracle
run: npm run compile:decryptionOracle

- name: Publish prerelease to npm
if: ${{ inputs.release != 'true' }}
Expand Down

0 comments on commit bc9c0e2

Please sign in to comment.