Skip to content

Commit 5a7b7e0

Browse files
authored
Merge pull request #3 from macrocosm-os/gen-1072_fix_publish
GEN-1072 fix publish
2 parents da6e118 + 10a1aaa commit 5a7b7e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Run tests
2626
run: npm test
27+
env:
28+
MACROCOSMOS_API_KEY: ${{ secrets.MACROCOSMOS_API_KEY }}
2729

2830
- name: Publish to npm
2931
run: npm publish

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "macrocosmos",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "TypeScript SDK package for Macrocosmos",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)