Use latest build of safe-chain in CI again

This commit is contained in:
Sander Declerck 2026-01-07 11:39:22 +01:00
parent 7a4b7057bc
commit b2a5336556
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -115,7 +115,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Setup safe-chain
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/download/0.0.4-docker-linux-exec-beta/install-safe-chain.sh | sh -s -- --ci
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
- name: Set the version in safe-chain package
run: npm --no-git-tag-version version ${{ needs.set-version.outputs.version }} --workspace=packages/safe-chain