From b94224feac37e2251c755ae3afeb289431afa78a Mon Sep 17 00:00:00 2001 From: yieldray Date: Mon, 11 Mar 2024 20:26:38 +0800 Subject: [PATCH] ci: fix actions --- .github/workflows/release-please.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7fb9ed9..22f9959 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -9,6 +9,7 @@ jobs: permissions: contents: write # to create release commit (google-github-actions/release-please-action) pull-requests: write # to create release PR (google-github-actions/release-please-action) + id-token: write # (JS-DevTools/npm-publish) runs-on: ubuntu-latest steps: diff --git a/package.json b/package.json index e5ac91f..848501e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/YieldRay/nrm-lite.git" + "url": "git+https://github.com/YieldRay/nrm-lite.git" }, "bugs": { "url": "https://github.com/YieldRay/nrm-lite/issues"