diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 9318d48b..2eed14b8 100755 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -24,6 +24,8 @@ on: release: types: - published +permissions: + id-token: write jobs: release: name: Release a new version diff --git a/package.json b/package.json index cacaed0f..5d90ee5d 100755 --- a/package.json +++ b/package.json @@ -8,7 +8,10 @@ "types": "./dist/index.d.ts", "author": "Noel Towa ", "license": "MIT", - "repository": "https://github.com/Noelware/utils", + "repository": { + "type": "git", + "url": "git+https://github.com/Noelware/utils.git" + }, "bugs": "https://github.com/Noelware/utils/issues", "homepage": "https://docs.noelware.org/libraries/@noelware/utils", "exports": {