Skip to content

Commit 9460f18

Browse files
authored
Merge pull request #10 from rsksmart/fix/package
adding npm publish --access public for fix on publish
2 parents 335f796 + c1e3eca commit 9460f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo "Version $PACKAGE_VERSION of $PACKAGE_NAME is not published. Proceeding with publishing..."
106106
107107
- name: Upload package
108-
run: npm publish
108+
run: npm publish --access public
109109

110110
- name: Post upload validation
111111
id: unpack

0 commit comments

Comments
 (0)