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 d044493 commit e2abe7aCopy full SHA for e2abe7a
.circleci/config.yml
@@ -129,7 +129,7 @@ jobs:
129
command: |
130
echo 'export PATH=/snap/bin:"$PATH"' >> "$BASH_ENV"
131
source "$BASH_ENV"
132
- - run: DEBUG=electron-installer-snap:* npx yarn run publish --arch=<< parameters.arch >> --dry-run
+ - run: npx yarn run publish --arch=<< parameters.arch >> --dry-run
133
# CircleCI doesn't let you persist files with the same name from multiple
134
# jobs, so only persist the .webpack path from the x64 linux-build job
135
- when:
0 commit comments