Skip to content

Commit 290d175

Browse files
committed
ci: update release workflow
1 parent 9df6eec commit 290d175

5 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: pnpm/action-setup@v4
1616
with:
17-
version: '10.15.0'
17+
version: '10.30.3'
1818

1919
- uses: actions/checkout@v4
2020

@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: pnpm/action-setup@v4
3838
with:
39-
version: '10.15.0'
39+
version: '10.30.3'
4040

4141
- uses: actions/checkout@v4
4242

.github/workflows/publish-dev.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: pnpm/action-setup@v4
1515
with:
16-
version: '10.15.0'
16+
version: '10.30.3'
1717

1818
- uses: actions/checkout@v4
1919

@@ -49,6 +49,7 @@ jobs:
4949
- name: Publish packages
5050
env:
5151
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
52+
NPM_CONFIG_PROVENANCE: true
5253
run: |
5354
PACKAGES=(
5455
"commandkit:packages/commandkit"

.github/workflows/publish-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: pnpm/action-setup@v4
2222
with:
23-
version: '10.15.0'
23+
version: '10.30.3'
2424

2525
- uses: actions/checkout@v4
2626

.github/workflows/publish-rc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: pnpm/action-setup@v4
1818
with:
19-
version: '10.15.0'
19+
version: '10.30.3'
2020

2121
- uses: actions/checkout@v4
2222

@@ -59,6 +59,7 @@ jobs:
5959
- name: Publish packages
6060
env:
6161
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
62+
NPM_CONFIG_PROVENANCE: true
6263
run: |
6364
PACKAGES=(
6465
"commandkit:packages/commandkit"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tsx": "^4.21.0",
2222
"turbo": "^2.8.12"
2323
},
24-
"packageManager": "pnpm@10.15.0",
24+
"packageManager": "pnpm@10.30.3",
2525
"pnpm": {
2626
"onlyBuiltDependencies": [
2727
"@swc/core",
@@ -72,4 +72,4 @@
7272
"typescript": "catalog:build",
7373
"yaml": "^2.8.2"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)