Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-please.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml
index a470405e6..1f7fa71b9 100644
--- a/.github/workflows/release-please.yml
+++ b/.github/workflows/release-please.yml
@@ -34,7 +34,7 @@ jobs:
- run: npm i --ignore-scripts --no-audit --no-fund
- name: Release Please
id: release
- run: npx --offline template-oss-release-please
+ run: npx --offline template-oss-release-please ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}