Skip to content

Commit 13fd635

Browse files
committed
build: update release workflow
1 parent 8db257e commit 13fd635

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- args: [--no-frozen-lockfile]
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.x
22+
node-version: 18.x
2323
cache: pnpm
2424
- uses: actions/setup-python@v4
2525
with:
@@ -130,6 +130,11 @@ jobs:
130130
- uses: pnpm/action-setup@v2.2.4
131131
with:
132132
version: 8
133+
# Setup .npmrc file to publish to npm
134+
- uses: actions/setup-node@v3
135+
with:
136+
node-version: '18.x'
137+
registry-url: 'https://registry.npmjs.org'
133138
- name: Prepare release
134139
run: .github/workflows/release_prep.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
135140
- name: Compute wheel version

0 commit comments

Comments
 (0)