diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0530af..fdaa859 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,8 @@ jobs: with: npm: true public: true + github-app-id: ${{ vars.RELEASE_APP_ID }} secrets: + github-app-key: ${{ secrets.RELEASE_APP_KEY }} github-token: ${{ secrets.BOT_TOKEN }} npm-token: ${{ secrets.NPM_BOT_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 3807773..3416e50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zakodium/utils", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zakodium/utils", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "devDependencies": { "@types/node": "^25.9.3", diff --git a/package.json b/package.json index f2b77f2..efda47c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zakodium/utils", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "private": false, "description": "Small utilities by zakodium for zakodium", @@ -46,6 +46,5 @@ "bugs": { "url": "https://github.com/@zakodium/utils/issues" }, - "homepage": "https://github.com/@zakodium/utils#readme", - "license": "MIT" + "homepage": "https://github.com/@zakodium/utils#readme" }