Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alias-rahil committed Apr 16, 2021
1 parent b548398 commit 627ce1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
npm install
npm publish
npm run typedoc:generate
git config user.name $REPO_OWNER
git add -f docs
git commit --amend --allow-empty-message -m '' --reset-author
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-winston-logging-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "A winston logging extension for the Apollo GraphQL Server ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 627ce1e

Please sign in to comment.