Skip to content

Commit c94a233

Browse files
Merge remote-tracking branch 'origin/main' into james/memoize_survey_factory
2 parents 50089f4 + 23cbc17 commit c94a233

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ jobs:
1111
contents: read
1212
id-token: write # required for npm trusted publisher (OIDC)
1313

14-
1514
steps:
1615
- uses: actions/checkout@v4
1716
- uses: actions/setup-node@v4
1817
with:
1918
node-version: "20.x"
2019
registry-url: "https://registry.npmjs.org"
21-
2220
- name: Clean legacy npm auth config
2321
run: npm config delete //registry.npmjs.org/:_authToken || true
2422

0 commit comments

Comments
 (0)