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 41d0daa commit 9dc04daCopy full SHA for 9dc04da
.github/workflows/publish-to-npm-reg.yml
@@ -32,13 +32,9 @@ jobs:
32
run: npm install
33
34
- name: Build Nx Project
35
- run: nx build
+ run: nx build @peaq-network/${{ matrix.packages }}
36
- name: Authenticate with private NPM package
37
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
38
- - name: List files in the repository
39
- run: |
40
- ls -R ${{ github.workspace }}
41
- - name: Publish ${{ matrix.packages }}
42
working-directory: ./packages/
43
run: |
44
node ../tools/scripts/publish.mjs @peaq-network/${{ matrix.packages }} ${{ steps.package-version.outputs.current-version}}
0 commit comments