File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -26,34 +26,29 @@ jobs:
26
26
uses : actions/setup-node@v4
27
27
with :
28
28
node-version : ' 22'
29
- # registry-url: 'https://npm.pkg.github.com/'
30
29
registry-url : ' https://registry.npmjs.org/'
31
- # scope: '@adaptate'
32
-
33
- # - name: Configure .npmrc for GitHub Packages
34
- # run: |
35
- # echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
36
- # echo "@adaptate:registry=https://npm.pkg.github.com" >> ~/.npmrc
37
30
38
31
- name : Install dependencies
32
+ <<<<<<< Updated upstream
39
33
run : pnpm ci
34
+ =======
35
+ run : |
36
+ corepack enable
37
+ corepack prepare pnpm@latest --activate
38
+ pnpm ci
39
+ >>>>>>> Stashed changes
40
40
41
41
- name : Build project
42
42
run : npx turbo run build
43
43
44
44
# pnpm will publish all packages in the monorepo
45
- # --provenance for comprehensive metadata about their build process, enhancing their security and traceability
45
+ # --provenance for comprehensive metadata about the build process,
46
+ # enhancing the security and traceability of artifacts
46
47
- name : Publish adaptate to npm
47
48
env :
48
49
NODE_AUTH_TOKEN : ${{ secrets.NPM_USER_TOKEN }}
49
50
run : pnpm publish --recursive --provenance --access public
50
51
51
- # - name: Publish @adaptate/core to npm
52
- # working-directory: packages/core
53
- # env:
54
- # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
55
- # run: npm publish --provenance --access public
56
-
57
52
# - name: Publish @adaptate/core to GitHub Packages
58
53
# working-directory: packages/core
59
54
# env:
You can’t perform that action at this time.
0 commit comments