Skip to content

Commit

Permalink
ci: npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
graykode committed Apr 9, 2024
1 parent 4a188aa commit 2e1199e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish
- run: npm publish -access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clober-dex/v2-sdk",
"version": "0.0.1",
"version": "0.0.1.dev",
"description": "🛠 An SDK for building applications on top of Clober V2",
"main": "./dist/esm/index.js",
"files": [
Expand Down

0 comments on commit 2e1199e

Please sign in to comment.