Skip to content

Commit 5aa3143

Browse files
RubenHalmanRubenHalman
authored andcommitted
fix(ci): configure registry without _authToken to allow npm OIDC auth
1 parent 01c0fb9 commit 5aa3143

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish-core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: "20"
23-
registry-url: "https://registry.npmjs.org"
2423
cache: "pnpm"
24+
25+
- name: Configure npm registry
26+
run: npm config set registry https://registry.npmjs.org/
2527

2628
- name: Install dependencies
2729
run: pnpm install --frozen-lockfile

packages/regex-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flow-scanner/regex-scanner",
33
"description": "Generic regex-based scanning engine.",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "out/index.js",
66
"exports": {
77
".": {

0 commit comments

Comments
 (0)