We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6348979 commit 3e17045Copy full SHA for 3e17045
1 file changed
.github/workflows/build.yml
@@ -62,25 +62,4 @@ jobs:
62
run: exit 0
63
- name: One or more build matrix options failed
64
if: ${{ contains(needs.*.result, 'failure') }}
65
- run: exit 1
66
-
67
- publish-npm:
68
- if: startsWith(github.ref, 'refs/tags/')
69
- needs: build
70
- environment:
71
- name: production_feed
72
- runs-on: ubuntu-latest
73
- steps:
74
- - uses: actions/checkout@v5
75
- - uses: actions/setup-node@v6
76
- with:
77
- node-version: 22
78
- registry-url: https://registry.npmjs.org/
79
- - name: Copy README.md to packages
80
- shell: pwsh
81
- run: ./scripts/copy-readme.ps1
82
- - run: npm ci
83
- - run: npm run build
84
- - run: npx lerna publish from-package --no-push --yes
85
- env:
86
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ run: exit 1
0 commit comments