Skip to content

Commit

Permalink
s/nightly/unstable/
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Jan 22, 2025
1 parent 773772c commit d62b5d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ jobs:
artifacts/mas-cli-x86_64-linux.tar.gz
draft: true

nightly:
name: Update the nightly release
unstable:
name: Update the unstable release
runs-on: ubuntu-24.04
needs:
- build-binaries
Expand All @@ -363,7 +363,7 @@ jobs:
name: binaries
path: artifacts

- name: Update nightly git tag
- name: Update unstable git tag
uses: actions/[email protected]
with:
script: |
Expand All @@ -374,18 +374,18 @@ jobs:
owner,
repo,
force: true
ref: 'refs/tags/nightly',
ref: 'refs/tags/unstable',
sha,
});
console.log("Updated tag ref:", tag.data.url);
- name: Update nightly release
- name: Update unstable release
uses: softprops/action-gh-release@v2
with:
name: 'Nightly build'
tag_name: nightly
name: 'Unstable build'
tag_name: unstable
body: |
This is an automatically updated nightly release containing the latest builds from the main branch.
This is an automatically updated unstable release containing the latest builds from the main branch.
**⚠️ Warning: These are development builds and may be unstable.**
Expand Down

0 comments on commit d62b5d6

Please sign in to comment.