Skip to content

Commit c95600e

Browse files
committed
Release 0.0.24
1 parent 0e1c54c commit c95600e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Publish to npm
3838
run: |
3939
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
40-
npm publish --ignore-scripts
40+
npm publish --ignore-scripts --access public
4141
env:
4242
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ravenapp/raven",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"repository": "https://github.com/ravenappdev/raven-node",
55
"files": [
66
"core",

0 commit comments

Comments
 (0)