1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

removing testing code

This commit is contained in:
Joseph Flinn 2021-01-25 00:08:44 +00:00
parent cd22439760
commit 2a408b4b22
3 changed files with 10 additions and 13 deletions

View File

@ -40,7 +40,6 @@ jobs:
linux:
runs-on: ubuntu-latest
if: false
needs: setup
steps:
- name: Set up Node
@ -58,8 +57,8 @@ jobs:
- name: Install Snap
uses: samuelmeuli/action-snapcraft@v1
#with:
# snapcraft_token: ${{ secrets.SNAP_TOKEN }}
with:
snapcraft_token: ${{ secrets.SNAP_TOKEN }}
- name: Print environment
run: |
@ -93,12 +92,11 @@ jobs:
shell: pwsh
run: |
snapcraft upload dist/bitwarden_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable
#snapcraft logout
snapcraft logout
windows-signed:
runs-on: windows-latest
environment: prod
needs: setup
steps:
- name: Set up dotnet
@ -139,9 +137,9 @@ jobs:
shell: pwsh
run: |
choco install checksum --no-progress
# choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/
#env:
# CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/
env:
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
- name: Print environment
run: |
@ -184,7 +182,7 @@ jobs:
(Get-Content $chocoInstall).replace('__version__', "$env:PACKAGE_VERSION").replace('__checksum__', $checksum) | Set-Content $chocoInstall
choco pack ./dist/chocolatey/bitwarden.nuspec --version "$env:PACKAGE_VERSION" --out ./dist/chocolatey
cd ./dist/chocolatey
#choco push
choco push
- name: Upload Chocolatey nupkg release asset
uses: actions/upload-release-asset@v1
@ -259,7 +257,6 @@ jobs:
macos:
runs-on: macos-latest
if: false
needs: setup
steps:
- name: Set up Node

View File

@ -13,7 +13,7 @@
"homepage": "https://bitwarden.com",
"repository": {
"type": "git",
"url": "https://github.com/joseph-flinn/desktop"
"url": "https://github.com/bitwarden/desktop"
},
"license": "GPL-3.0",
"scripts": {

View File

@ -2,14 +2,14 @@
"name": "bitwarden",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "1.24.2-alpha",
"version": "1.24.1",
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/joseph-flinn/desktop"
"url": "https://github.com/bitwarden/desktop"
},
"dependencies": {
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",