Skip to content

Commit 3c08fe7

Browse files
committed
ci: prepare for publishing
1 parent 67d3d89 commit 3c08fe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
id: semantic # Need an `id` for output variables
3232
with:
3333
branch: master
34-
dry_run: true
3534
env:
3635
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3736
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "graphql-compose-modules",
3-
"private": true,
3+
"license": "MIT",
44
"version": "0.0.0-development",
55
"description": "A toolset for construction GraphQL Schema via file structure",
66
"repository": "https://github.com/graphql-compose/graphql-compose-modules",
7+
"homepage": "https://github.com/graphql-compose/graphql-compose-modules",
78
"main": "lib/index",
89
"types": "lib/index.d.ts",
910
"files": [

0 commit comments

Comments
 (0)