Skip to content

Commit

Permalink
Merge pull request #3 from praveen-klaytn/main
Browse files Browse the repository at this point in the history
Updated Npm publishing
  • Loading branch information
praveen-kaia authored Jun 25, 2024
2 parents cf8494f + 5920ac0 commit 66d1e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: |
cd ${{ env.GITHUB_WORKSPACE }}/contracts
cp ../README.md README.md
npm publish
npm publish --access=public
env:
GITHUB_WORKSPACE: ${GITHUB_WORKSPACE}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@kaiachain/contracts",
"description": "Secure Smart Contract library for Solidity",
"version": "0.0.1",
"private": false,
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json",
Expand Down

0 comments on commit 66d1e88

Please sign in to comment.