Skip to content

Commit

Permalink
add publishConfig (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian authored Mar 7, 2024
1 parent e9a1456 commit 9c91a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ci:
name: Run Tests
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ExpediaGroup/graphql-kotlin-codegen.git"
Expand Down

0 comments on commit 9c91a56

Please sign in to comment.