Skip to content

Commit d62b5d6

Browse files
committed
s/nightly/unstable/
1 parent 773772c commit d62b5d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ jobs:
345345
artifacts/mas-cli-x86_64-linux.tar.gz
346346
draft: true
347347

348-
nightly:
349-
name: Update the nightly release
348+
unstable:
349+
name: Update the unstable release
350350
runs-on: ubuntu-24.04
351351
needs:
352352
- build-binaries
@@ -363,7 +363,7 @@ jobs:
363363
name: binaries
364364
path: artifacts
365365

366-
- name: Update nightly git tag
366+
- name: Update unstable git tag
367367
uses: actions/[email protected]
368368
with:
369369
script: |
@@ -374,18 +374,18 @@ jobs:
374374
owner,
375375
repo,
376376
force: true
377-
ref: 'refs/tags/nightly',
377+
ref: 'refs/tags/unstable',
378378
sha,
379379
});
380380
console.log("Updated tag ref:", tag.data.url);
381381
382-
- name: Update nightly release
382+
- name: Update unstable release
383383
uses: softprops/action-gh-release@v2
384384
with:
385-
name: 'Nightly build'
386-
tag_name: nightly
385+
name: 'Unstable build'
386+
tag_name: unstable
387387
body: |
388-
This is an automatically updated nightly release containing the latest builds from the main branch.
388+
This is an automatically updated unstable release containing the latest builds from the main branch.
389389
390390
**⚠️ Warning: These are development builds and may be unstable.**
391391

0 commit comments

Comments
 (0)