Skip to content

Commit d246332

Browse files
committed
fix: provenance publishing
1 parent a86745f commit d246332

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout Repo
2020
uses: actions/checkout@v4
2121

22-
- name: Setup Node.js 22
22+
- name: Setup Node.js 24
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 22
25+
node-version: 24
2626

2727
- name: Install Dependencies
2828
run: yarn
@@ -35,4 +35,3 @@ jobs:
3535
version: yarn release:prepare
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.PLUGINPAL_BOT_GITHUB_TOKEN }}
38-
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)