Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4fa5cf5

Browse files
committed
ci: Fix publish.yml
1 parent f859c73 commit 4fa5cf5

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/publish.yml

+12-10
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,19 @@ env:
1313

1414
jobs:
1515
publish:
16-
- name: Checkout
17-
uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 0
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
2022

21-
- name: Setup Node.js
22-
uses: ./.github/actions
23+
- name: Setup Node.js
24+
uses: ./.github/actions
2325

24-
- name: Build
25-
run: npx nx affected -t build --parallel=3 --exclude='*,!tag:type:publish'
26+
- name: Build
27+
run: npx nx affected -t build --parallel=3 --exclude='*,!tag:type:publish'
2628

27-
- name: Publish packages
28-
run: npx nx release publish
29+
- name: Publish packages
30+
run: npx nx release publish
2931

0 commit comments

Comments
 (0)