diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 376bd2be8c..aee82a8008 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/package.json b/package.json index 35ad36549a..7c6f203615 100644 --- a/package.json +++ b/package.json @@ -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": {