Skip to content

Commit 08f0eca

Browse files
chore: prepare for alpha of kerberos (#181)
1 parent 7bbb22c commit 08f0eca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Install Node and dependencies
9999
uses: mongodb-labs/drivers-github-tools/node/setup@v2
100100

101-
- run: npm publish --provenance --tag=latest
101+
- run: npm publish --provenance --tag=alpha
102102
if: ${{ needs.release_please.outputs.release_created }}
103103
env:
104104
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

release-please-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bump-minor-pre-major": false,
1111
"bump-patch-for-minor-pre-major": false,
1212
"draft": false,
13-
"prerelease": false
13+
"prerelease": true
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)