fix perms
Some checks failed
Generate CRDs / generate-crds (push) Has been cancelled

This commit is contained in:
2025-11-24 01:02:14 -06:00
parent f9f23df666
commit a1e2deeb0f

View File

@@ -23,6 +23,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: Install TypeScript
run: npm install -g typescript
@@ -65,4 +67,4 @@ jobs:
- name: Publish to npm (Trusted Publishing)
if: github.ref == 'refs/heads/main'
run: npm publish --provenance
run: npm publish --provenance --access public