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.
2 parents 1469d71 + 11f52f7 commit e994b6dCopy full SHA for e994b6d
.github/workflows/npm-package.yml
@@ -80,15 +80,12 @@ jobs:
80
- name: Use Node.js
81
uses: actions/setup-node@v4
82
with:
83
- node-version-file: .nvmrc
84
registry-url: 'https://npm.pkg.github.com'
85
scope: '@ultimaker'
86
87
- name: Set npm config
88
run: |
89
cd CuraEngineJS
90
- npm run install_curaengine
91
- npm ci
92
npm publish
93
env:
94
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CuraEngineJS/.npmrc
@@ -0,0 +1,3 @@
1
+//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
2
+@ultimaker:registry=https://npm.pkg.github.com
3
+always-auth=true
0 commit comments