diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 157e3c1..b8f8b63 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,6 +31,8 @@ jobs: - name: 🛠️ Set up environment uses: ./.github/actions/setup + with: + cocoa-pods: true - name: 🚀 Publish to NPM run: npm publish --tag "$NPM_TAG"