resetting testing code

This commit is contained in:
Joseph Flinn 2021-01-28 21:05:17 +00:00
parent 1f6d095ab1
commit d175590313
2 changed files with 9 additions and 11 deletions

View File

@ -66,8 +66,8 @@ jobs:
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
#with:
# snapcraft_token: ${{ secrets.SNAP_TOKEN }}
with:
snapcraft_token: ${{ secrets.SNAP_TOKEN }}
- name: setup
run: mkdir dist
@ -83,10 +83,10 @@ jobs:
- name: test
run: ls -alht dist
#- name: Publish Snap & logout
# run: |
# snapcraft push ./dist/bw_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable
# snapcraft logout
- name: Publish Snap & logout
run: |
snapcraft push ./dist/bw_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable
snapcraft logout
choco:
@ -101,7 +101,6 @@ jobs:
uses: actions/checkout@v2
- name: Setup Chocolatey
if: false
run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/
env:
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
@ -122,12 +121,11 @@ jobs:
shell: pwsh
run: |
cd dist
#choco push
choco push
npm:
name: Publish NPM
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout repo

View File

@ -1,7 +1,7 @@
{
"name": "@bitwarden/cli",
"description": "A secure and free password manager for all of your devices.",
"version": "1.13.5",
"version": "1.13.3",
"keywords": [
"bitwarden",
"password",
@ -13,7 +13,7 @@
"homepage": "https://bitwarden.com",
"repository": {
"type": "git",
"url": "https://github.com/joseph-flinn/cli"
"url": "https://github.com/bitwarden/cli"
},
"license": "GPL-3.0",
"scripts": {