Skip to content

Commit

Permalink
Maybe this will fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
Lleyton Gray committed Feb 27, 2022
1 parent 38dff7e commit 136bade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skye",
"version": "6.6.1",
"version": "6.6.2",
"sideEffects": false,
"description": "Extensible, fast and innovative web browser with Innatical UI.",
"keywords": [
Expand Down
5 changes: 4 additions & 1 deletion scripts/ci-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ const getInput = (name) => {
setEnv('CSC_LINK', getEnv('windows_certs'));
setEnv('CSC_KEY_PASSWORD', getEnv('windows_certs_password'));
} else if (platform === 'linux') {
run('echo "$SNAPCRAFT_LOGIN" > /tmp/snapcraft-token');
await promises.writeFile(
'/tmp/snapcraft-token',
getEnv('SNAPCRAFT_TOKEN'),
);
run('snapcraft login --with /tmp/snapcraft-token');
}

Expand Down

0 comments on commit 136bade

Please sign in to comment.