Skip to content

Commit

Permalink
chore(): trigger again
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshyx committed Aug 23, 2024
1 parent 34f2a4c commit 05f6916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdk.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- run: nx run @akashaorg/core-sdk:prepare-publish
- name: Publish @akashaorg/core-sdk
working-directory: dist/npm/core-sdk
run: yarn npm publish --provenance --access public
run: npm publish --provenance
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.0-alpha",
"version": "0.1.1-alpha",
"keywords": [
"web3",
"ethereum",
Expand Down

0 comments on commit 05f6916

Please sign in to comment.