Skip to content

Commit cee1e48

Browse files
Release public
1 parent 583083b commit cee1e48

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/onRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: pnpm install
3838
- run: pnpm run build
3939
- run: pnpm run prepack
40-
- run: npm publish --no-git-checks --access restricted
40+
- run: npm publish --no-git-checks --access public
4141
- run: pnpm run postpack
4242
- run: pnpm run pack:tarballs
4343
- name: Upload tarballs to release

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ketrwu/simplelogin-cli",
33
"description": "Unofficial SimpleLogin CLI",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"author": "Kenneth Wußmann",
66
"bin": {
77
"sl": "./bin/run.js"
@@ -47,6 +47,7 @@
4747
"files": [
4848
"./bin",
4949
"./dist",
50+
"./LICENSE",
5051
"./oclif.manifest.json",
5152
"./scripts"
5253
],

0 commit comments

Comments
 (0)