File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 44# 2. https://github.com/JasonEtco/create-an-issue
55# 3. https://docs.github.com/en/actions/learn-github-actions/variables
66# 4. https://github.com/actions/github-script
7+ # 5. https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idneeds
78#
89name : Nightly Build
910
4041 uses : hustcer/setup-nu@v3
4142 if : github.repository == 'nushell/nightly'
4243 with :
43- version : 0.98.0
44+ version : 0.99.1
4445
4546 # Synchronize the main branch of nightly repo with the main branch of Nushell official repo
4647 - name : Prepare for Nightly Release
@@ -142,7 +143,7 @@ jobs:
142143 - name : Setup Nushell
143144 uses : hustcer/setup-nu@v3
144145 with :
145- version : 0.98.0
146+ version : 0.99.1
146147
147148 - name : Release Nu Binary
148149 id : nu
@@ -213,20 +214,17 @@ jobs:
213214 name : Cleanup
214215 # Should only run in nushell/nightly repo
215216 if : github.repository == 'nushell/nightly'
217+ needs : [release, sha256sum]
216218 runs-on : ubuntu-latest
217219 steps :
218- # Sleep for 30 minutes, waiting for the release to be published
219- - name : Waiting for Release
220- run : sleep 1800
221-
222220 - uses : actions/checkout@v4
223221 with :
224222 ref : main
225223
226224 - name : Setup Nushell
227225 uses : hustcer/setup-nu@v3
228226 with :
229- version : 0.98.0
227+ version : 0.99.1
230228
231229 # Keep the last a few releases
232230 - name : Delete Older Releases
You can’t perform that action at this time.
0 commit comments