File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
367367368368 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
You can’t perform that action at this time.
0 commit comments