Skip to content

Commit

Permalink
Deploy action moves README in library dir (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
silimarius authored Sep 13, 2023
1 parent ac57dbb commit 7a607a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
- run: yarn config set npmAuthToken $NODE_AUTH_TOKEN
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: mv ./README.md ./zk-states/
- run: cd zk-states && yarn npm publish --access public --tolerate-republish
2 changes: 1 addition & 1 deletion zk-states/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zk-states",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"description": "Verifiable state manager for React based on o1js & Mina protocol",
"typesVersions": {
Expand Down

0 comments on commit 7a607a7

Please sign in to comment.