Use safe-chain ourselves in CI/CD

This commit is contained in:
Sander Declerck 2025-10-06 16:55:46 +02:00
parent 04cb001006
commit 28ccb55033
No known key found for this signature in database
2 changed files with 15 additions and 0 deletions

View file

@ -21,6 +21,11 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Setup safe-chain
run: |
npm i -g @aikidosec/safe-chain
safe-chain setup-ci
- name: Set version number
id: get_version
run: |