Skip to content

Commit

Permalink
chore: Improve nightly build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jan 23, 2025
1 parent 3ddbb3b commit 3d9af16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
| str replace --all $'version = "($version)"' $'version = "($version)-nightly.($build)"'
| save --force $file.name
}
# Disable the following two workflows for the automatic committed changes
rm .github/workflows/ci.yml
rm .github/workflows/audit.yml
git add .
git commit -m $'Update version to ($version)-nightly.($build)'
git tag -a $nightly_tag -m $'Nightly build from ($sha_short)'
Expand Down

0 comments on commit 3d9af16

Please sign in to comment.