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 e9a1456 commit 9c91a56Copy full SHA for 9c91a56
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
ci:
10
- name: Run Tests
+ name: Tests
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
package.json
@@ -7,6 +7,9 @@
"dist",
"README.md"
],
+ "publishConfig": {
+ "access": "public"
+ },
"repository": {
14
"type": "git",
15
"url": "https://github.com/ExpediaGroup/graphql-kotlin-codegen.git"
0 commit comments