Skip to content

Commit

Permalink
Merge pull request #1 from graphql-editor/addGeiCrud
Browse files Browse the repository at this point in the history
Add gei crud
  • Loading branch information
pavelbrui committed Jul 24, 2023
2 parents a142b84 + c6b8683 commit 883ba37
Show file tree
Hide file tree
Showing 27 changed files with 10,467 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:
- run: npm publish -w gei-s3 --access public --tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- run: npm publish -w gei-crud --access public --tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Loading

0 comments on commit 883ba37

Please sign in to comment.