We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9169e6a commit 7a6fddfCopy full SHA for 7a6fddf
.github/workflows/nightly-build.yml
@@ -107,7 +107,7 @@ jobs:
107
# TODO: Remove the following a few lines after the test
108
git fetch origin
109
if ((git branch -r) =~ feature/latest) {
110
- let assets = [.github/workflows/release-pkg.nu]
+ let assets = []
111
print $'Checking out the latest changes from (ansi g)feature/latest(ansi reset):'
112
print $assets
113
git checkout origin/feature/latest ...$assets
0 commit comments