Skip to content

Commit effa667

Browse files
authored
Fix npm publishing (#1157)
1 parent 06e4920 commit effa667

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Use Node 22
3636
uses: actions/setup-node@v6
3737
with:
38-
node-version: 22
38+
node-version: 24
3939
registry-url: https://registry.npmjs.org/
4040

4141
- name: Install the latest version of uv
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build dash-bootstrap-components
5757
run: just build
5858

59-
- run: npm publish
59+
- run: npm publish --provenance --access public
6060

6161
- name: Publish to PyPI
6262
uses: pypa/gh-action-pypi-publish@v1.12.3

0 commit comments

Comments
 (0)