We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21ecec commit 2312fd6Copy full SHA for 2312fd6
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
inputs:
9
skip_release_please:
10
- description: 'Skip release-please and only run publish'
+ description: "Skip release-please and only run publish"
11
required: false
12
default: false
13
type: boolean
@@ -28,6 +28,8 @@ jobs:
28
- name: Release Please
29
id: release
30
uses: googleapis/release-please-action@v4
31
+ with:
32
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
33
34
publish:
35
runs-on: ubuntu-latest
@@ -44,8 +46,8 @@ jobs:
44
46
uses: actions/setup-node@v6
45
47
with:
48
node-version: 24
- cache: 'pnpm'
- registry-url: 'https://registry.npmjs.org'
49
+ cache: "pnpm"
50
+ registry-url: "https://registry.npmjs.org"
51
52
- name: Install dependencies
53
run: pnpm install --frozen-lockfile
0 commit comments