Skip to content

Commit 532f349

Browse files
adjust release actions
1 parent 829ff4d commit 532f349

File tree

3 files changed

+7
-108
lines changed

3 files changed

+7
-108
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ jobs:
8585
environment: release
8686
steps:
8787
- uses: actions/checkout@v4
88-
- name: actions/setup
89-
uses: ./.github/actions/setup
88+
- name: Install Node and dependencies
89+
uses: mongodb-labs/drivers-github-tools/node/setup@v2
90+
with:
91+
ignore_install_scripts: true
9092
- name: actions/sign_and_upload_package
9193
uses: ./.github/actions/sign_and_upload_package
9294
with:

.github/workflows/release.yml

Lines changed: 0 additions & 105 deletions
This file was deleted.

.github/workflows/release_6.1.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,10 @@ jobs:
107107

108108
- name: Install Node and dependencies
109109
uses: mongodb-labs/drivers-github-tools/node/setup@v2
110+
with:
111+
ignore_install_scripts: true
110112

111-
- run: npm publish --provenance --tag=6.1
113+
- run: npm publish --provenance --tag=alpha
112114
if: ${{ needs.release_please.outputs.release_created }}
113115
env:
114116
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)