Skip to content

Commit 7796928

Browse files
Fix
1 parent abac6d9 commit 7796928

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/onRelease.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
permissions:
1111
contents: read
1212
id-token: write
13-
contents: read
1413
steps:
1514
- uses: actions/checkout@v4
1615
- uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 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.0.5",
4+
"version": "0.0.6",
55
"author": "Kenneth Wußmann",
66
"bin": {
77
"sl": "./bin/run.js"

0 commit comments

Comments
 (0)