Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: add missing npm pkg access (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored May 5, 2023
1 parent 8387be9 commit 4af8e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
scope: '@topos-network'
- 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": "@topos-network/topos-smart-contracts",
"version": "1.0.0",
"version": "1.0.1",
"description": "Topos Smart Contracts",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4af8e7c

Please sign in to comment.