We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8361de commit c585567Copy full SHA for c585567
.github/workflows/nightly-build.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: hustcer/setup-nu@v3
42
if: github.repository == 'nushell/nightly'
43
with:
44
- version: 0.100.0
+ version: 0.101.0
45
46
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
47
- name: Prepare for Nightly Release
@@ -143,7 +143,7 @@ jobs:
143
- name: Setup Nushell
144
145
146
147
148
- name: Release Nu Binary
149
id: nu
@@ -224,7 +224,7 @@ jobs:
224
225
226
227
228
229
# Keep the last a few releases
230
- name: Delete Older Releases
0 commit comments