Skip to content

Commit

Permalink
chore(): add package visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshyx committed Sep 20, 2024
1 parent 13fefb4 commit 8f5ceaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sdk.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
- run: nx run-many --target=prepare-publish --all --verbose
- name: Publish @akashaorg/core-sdk
working-directory: dist/npm/core-sdk
run: npm publish --provenance
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
- name: Publish @akashaorg/typings
working-directory: dist/npm/typings
run: npm publish --provenance
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
- name: Publish @akashaorg/composedb-models
working-directory: dist/npm/composedb
run: npm publish --provenance
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion libs/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashaorg/core-sdk",
"version": "0.1.4-alpha",
"version": "0.1.5-alpha",
"keywords": [
"web3",
"ethereum",
Expand Down

0 comments on commit 8f5ceaa

Please sign in to comment.