We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4733ea0 commit a9fbc77Copy full SHA for a9fbc77
.github/workflows/npm-publish.yml
@@ -18,6 +18,8 @@ jobs:
18
- run: touch ./test/config.ts
19
- run: npm ci
20
- run: npm test
21
+ env:
22
+ API_KEY: ${{ secrets.API_KEY }}
23
- run: npm run build
24
25
publish-npm:
0 commit comments