Skip to content

Commit 4bd24a7

Browse files
committed
[ACS-10190] Fix nx usage in release workflow
1 parent 2060667 commit 4bd24a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v5
1818
with:
19-
fetch-depth: 2
19+
fetch-depth: 0
2020

2121
- uses: actions/setup-node@v4
2222
name: setup NPM registry
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: publish to NPM
2929
run: |
30-
nx release publish --tag latest
30+
npm run nx release publish --tag latest
3131
3232
publish-git-tag:
3333
name: "Publish Git Tag"

0 commit comments

Comments
 (0)