We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27e316 commit e96395aCopy full SHA for e96395a
.github/workflows/release.yml
@@ -23,11 +23,14 @@ jobs:
23
with:
24
node-version: ${{ matrix.node-version }}
25
cache: 'npm'
26
+ registry-url: 'https://npm.pkg.github.com'
27
- if: runner.os == 'Linux'
28
run: sudo apt-get install -y build-essential libgl1-mesa-dri libglapi-mesa
29
libglew-dev libglu1-mesa-dev libosmesa6
30
libxi-dev mesa-utils pkg-config
31
- run: npm ci --ignore-scripts
32
+ env:
33
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- name: Prebuild and Publish
35
shell: bash
36
run: node ./node_modules/prebuild/bin.js -t ${{ matrix.target }} --strip --include-regex "\.(node|dll)$" -u ${{ secrets.GITHUB_TOKEN }} --verbose
0 commit comments