From 7d1befd08b7485902e70c39d8adc31e438b66a17 Mon Sep 17 00:00:00 2001 From: bailey Date: Tue, 4 Nov 2025 16:50:59 -0500 Subject: [PATCH 1/2] fix tag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04f0a9a7..f90f1e04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: - name: Install Node and dependencies uses: mongodb-labs/drivers-github-tools/node/setup@v3 - - run: npm publish --provenance --tag=alpha + - run: npm publish --provenance if: ${{ needs.release_please.outputs.release_created }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} From 341d9abcf2a03b044e5ba01a8c7c58ea7cf9b950 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Tue, 4 Nov 2025 17:12:32 -0500 Subject: [PATCH 2/2] Update .github/workflows/release.yml Co-authored-by: Daria Pardue --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f90f1e04..5bdf0cbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: - name: Install Node and dependencies uses: mongodb-labs/drivers-github-tools/node/setup@v3 - - run: npm publish --provenance + - run: npm publish --provenance --tag=latest if: ${{ needs.release_please.outputs.release_created }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}