From 0f001316e4a33b8ec9c075578406b6e27c9284f2 Mon Sep 17 00:00:00 2001 From: Aditi Khare Date: Mon, 3 Jun 2024 17:20:27 -0400 Subject: [PATCH] remove testing fix --- .github/actions/compress_sign_and_upload/action.yml | 2 +- .github/workflows/release.yml | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/compress_sign_and_upload/action.yml b/.github/actions/compress_sign_and_upload/action.yml index c39c7c8a..04e602d3 100644 --- a/.github/actions/compress_sign_and_upload/action.yml +++ b/.github/actions/compress_sign_and_upload/action.yml @@ -54,4 +54,4 @@ runs: run: gh release upload v${{ steps.get_vars.outputs.package_version }} ${{ steps.get_vars.outputs.package_file }}.sig shell: bash env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ github.token }} \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f66a8ed9..0f6ea1dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,7 @@ jobs: compress_sign_and_upload: needs: [release_please] + if: ${{ needs.release_please.outputs.release_created }} environment: release runs-on: ubuntu-latest steps: diff --git a/package.json b/package.json index f7373168..8657cdb7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "3.7.0", + "version": "6.7.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"