We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddbb3b commit 3d9af16Copy full SHA for 3d9af16
.github/workflows/nightly-build.yml
@@ -94,6 +94,9 @@ jobs:
94
| str replace --all $'version = "($version)"' $'version = "($version)-nightly.($build)"'
95
| save --force $file.name
96
}
97
+ # Disable the following two workflows for the automatic committed changes
98
+ rm .github/workflows/ci.yml
99
+ rm .github/workflows/audit.yml
100
git add .
101
git commit -m $'Update version to ($version)-nightly.($build)'
102
git tag -a $nightly_tag -m $'Nightly build from ($sha_short)'
0 commit comments