Skip to content

Commit b41432f

Browse files
committed
s/nightly/unstable/
1 parent 6fbf854 commit b41432f

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
@@ -347,8 +347,8 @@ jobs:
347347
artifacts/mas-cli-x86_64-linux.tar.gz
348348
draft: true
349349

350-
nightly:
351-
name: Update the nightly release
350+
unstable:
351+
name: Update the unstable release
352352
runs-on: ubuntu-24.04
353353
needs:
354354
- build-binaries
@@ -365,7 +365,7 @@ jobs:
365365
name: binaries
366366
path: artifacts
367367

368-
- name: Update nightly git tag
368+
- name: Update unstable git tag
369369
uses: actions/[email protected]
370370
with:
371371
script: |
@@ -376,18 +376,18 @@ jobs:
376376
owner,
377377
repo,
378378
force: true
379-
ref: 'refs/tags/nightly',
379+
ref: 'refs/tags/unstable',
380380
sha,
381381
});
382382
console.log("Updated tag ref:", tag.data.url);
383383
384-
- name: Update nightly release
384+
- name: Update unstable release
385385
uses: softprops/action-gh-release@v2
386386
with:
387-
name: 'Nightly build'
388-
tag_name: nightly
387+
name: 'Unstable build'
388+
tag_name: unstable
389389
body: |
390-
This is an automatically updated nightly release containing the latest builds from the main branch.
390+
This is an automatically updated unstable release containing the latest builds from the main branch.
391391
392392
**⚠️ Warning: These are development builds and may be unstable.**
393393

0 commit comments

Comments
 (0)