diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 143cc92..a42d15d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ permissions: contents: write issues: write pull-requests: write + id-token: write jobs: release: @@ -27,5 +28,4 @@ jobs: - name: Semantic release run: npx semantic-release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index bb55b3b..54d315d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,12 @@ ], "types": "./dist/index.d.ts", "publishConfig": { - "access": "public" + "access": "public", + "provenance": true + }, + "repository": { + "type": "git", + "url": "git+https://github.com/realtimeregister/adac-api-client.git" }, "license": "MIT", "main": "./dist/adac-api-client.umd.js", @@ -39,14 +44,11 @@ }, "devDependencies": { "@eslint/js": "^9.11.1", - "@semantic-release/github": "^11.0.0", - "@semantic-release/npm": "^12.0.1", "@stylistic/eslint-plugin-ts": "^2.8.0", "@types/eslint__js": "^8.42.3", "@types/node": "^24.2.0", "@vitejs/plugin-vue": "^6.0.1", "eslint": "^9.11.1", - "semantic-release": "^24.1.3", "terser": "^5.34.1", "typescript": "^5.6.2", "typescript-eslint": "^8.7.0",