Skip to content

Commit 6162a88

Browse files
author
Dan Clayton
committed
add npmrc
1 parent 42a7404 commit 6162a88

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
- name: Upload executables to release
7272
if: steps.changesets.outputs.published == 'true'
7373
uses: actions/github-script@v7
74+
env:
75+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76+
VERSION: ${{ env.VERSION }}
7477
with:
7578
script: |
7679
const fs = require('fs');

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

0 commit comments

Comments
 (0)