diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa5b5980c8..e889f15740 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,6 @@ jobs: RELEASE_TAG_NAME: ${{ github.event.inputs.release_tag_name }} - name: Create Draft Release - if: false id: create_release uses: actions/create-release@v1 env: @@ -38,7 +37,6 @@ jobs: linux: runs-on: ubuntu-latest - if: false needs: setup steps: - name: Set up Node @@ -92,7 +90,6 @@ jobs: windows: runs-on: windows-latest - if: false needs: setup steps: - name: Set up dotnet diff --git a/src/package.json b/src/package.json index 83151ed7ca..ec9c4904a6 100644 --- a/src/package.json +++ b/src/package.json @@ -2,7 +2,7 @@ "name": "bitwarden", "productName": "Bitwarden", "description": "A secure and free password manager for all of your devices.", - "version": "1.24.0", + "version": "1.24.1", "author": "Bitwarden Inc. (https://bitwarden.com)", "homepage": "https://bitwarden.com", "license": "GPL-3.0",