We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1c54c commit c95600eCopy full SHA for c95600e
.github/workflows/ci.yml
@@ -37,6 +37,6 @@ jobs:
37
- name: Publish to npm
38
run: |
39
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
40
- npm publish --ignore-scripts
+ npm publish --ignore-scripts --access public
41
env:
42
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ravenapp/raven",
3
- "version": "0.0.23",
+ "version": "0.0.24",
4
"repository": "https://github.com/ravenappdev/raven-node",
5
"files": [
6
"core",
0 commit comments