Skip to content

Commit cbb5a20

Browse files
authored
Merge pull request #24 from optimizely/anwar/EHS-50
[EHS-50] Fix npm authentication in publish workflow
2 parents 7f0085e + c6f8c84 commit cbb5a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-node@v4
3333
with:
3434
node-version: 8.x
35-
- run: npm config set registry ${{ secrets.NPM_REGISTRY_URL }}
35+
registry-url: ${{ secrets.NPM_REGISTRY_URL }}
3636
- run: yarn install
3737
- name: Set version
3838
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)