Skip to content

Commit

Permalink
deployment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmesika-coti committed Oct 9, 2024
1 parent 5ead291 commit 6ab38fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
.env
.env
.idea
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@coti-io/coti-ethers",
"version": "0.1.0",
"version": "0.1.0b",
"license": "Apache 2.0",
"description": "A Web3 library for interacting with the COTI V2 blockchain.",
"description": "A Web3 library for interacting with the COTI blockchain.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 6ab38fe

Please sign in to comment.