We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da6e118 + 10a1aaa commit 5a7b7e0Copy full SHA for 5a7b7e0
.github/workflows/publish.yml
@@ -24,6 +24,8 @@ jobs:
24
25
- name: Run tests
26
run: npm test
27
+ env:
28
+ MACROCOSMOS_API_KEY: ${{ secrets.MACROCOSMOS_API_KEY }}
29
30
- name: Publish to npm
31
run: npm publish
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "macrocosmos",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "TypeScript SDK package for Macrocosmos",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments