Skip to content

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ jobs:
185185
name: Verify install
186186

187187
publish:
188+
permissions:
189+
contents: read
190+
id-token: write
188191
name: Publish to npm
189192
runs-on: ubuntu-latest
190193
needs: [build, build_arm64, build_s390x, build_proxy]
@@ -195,6 +198,6 @@ jobs:
195198
with:
196199
node-version: 20.x
197200
registry-url: "https://registry.npmjs.org"
198-
- run: npm publish
201+
- run: npm publish --provenance --access public
199202
env:
200203
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromedriver",
3-
"version": "118.0.0",
3+
"version": "118.0.1",
44
"keywords": [
55
"chromedriver",
66
"selenium"

0 commit comments

Comments
 (0)