Skip to content

Commit

Permalink
CI/CD fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atulmy committed Dec 6, 2020
1 parent b639ad4 commit 0d6211a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm build
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gql-query-builder",
"version": "3.5.3",
"version": "3.5.4",
"description": "Simple GraphQL Query Builder",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0d6211a

Please sign in to comment.