Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit ce824ea

Browse files
authored
Merge pull request #33 from Rezonate-io/fix-all
fix all
2 parents 60f712e + 64e9f5d commit ce824ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
3333
- uses: nrwl/nx-set-shas@v4
3434

35-
- name: nx workspace:version
36-
run: npx nx run workspace:version
35+
- name: npm run version
36+
run: npm run version
3737

38-
- name: nx affected:build
39-
run: npx nx affected -t build
38+
- name: npm run build
39+
run: npm run build
4040

41-
- name: nx affected:publish
41+
- name: npm run publish
4242
run: |
4343
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
44-
npx nx run-many -t publish --all --base origin/master
44+
npm run publish
4545
env:
4646
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)