Skip to content

Commit 3e17045

Browse files
committed
removing publish step since azure is now in charge of that
1 parent 6348979 commit 3e17045

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,4 @@ jobs:
6262
run: exit 0
6363
- name: One or more build matrix options failed
6464
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}}
65+
run: exit 1

0 commit comments

Comments
 (0)