File tree 3 files changed +1
-8
lines changed
3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
with :
13
+ # Needed for git tag updates below
13
14
fetch-depth : 0
14
15
- uses : actions/setup-node@v4
15
16
with :
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- with :
17
- fetch-depth : 0
18
16
19
17
- name : 🔎 Get changed JavaScript files
20
18
id : changed-javascript-files
Original file line number Diff line number Diff line change 20
20
echo "IS_RELEASE=true" >> $env:GITHUB_OUTPUT
21
21
if : ${{ startsWith(github.head_ref, 'release-') }}
22
22
- uses : actions/checkout@v4
23
- with :
24
- fetch-depth : 0
25
23
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
26
24
- uses : nrwl/nx-set-shas@v3
27
25
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
74
72
echo "IS_RELEASE=true" >> $env:GITHUB_OUTPUT
75
73
if : ${{ startsWith(github.head_ref, 'release-') }}
76
74
- uses : actions/checkout@v4
77
- with :
78
- fetch-depth : 0
79
75
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
80
76
- uses : nrwl/nx-set-shas@v3
81
77
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
@@ -183,8 +179,6 @@ jobs:
183
179
if : ${{ startsWith(github.head_ref, 'release-') }}
184
180
- name : Git checkout
185
181
uses : actions/checkout@v4
186
- with :
187
- fetch-depth : 0
188
182
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
189
183
- name : setup pnpm/yarn
190
184
run : corepack enable
You can’t perform that action at this time.
0 commit comments