Skip to content

Commit 26ade4e

Browse files
Release public (#2)
1 parent 583083b commit 26ade4e

3 files changed

Lines changed: 3 additions & 3 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

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- run: pnpm install
1919
- run: pnpm run build
20-
- run: pnpm run test

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)