Skip to content

Commit 2c1bd21

Browse files
committed
Attempt release of beta to mongodb.
1 parent 7828972 commit 2c1bd21

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/beta.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
pre-release:
99
name: "Beta Release"
1010
runs-on: "ubuntu-latest"
11+
services:
12+
mongodb:
13+
image: mongo:3.4.23
14+
ports:
15+
- 27017:27017
1116
steps:
1217
- uses: actions/checkout@v2
1318
- name: Run tests
@@ -25,4 +30,6 @@ jobs:
2530
prerelease: true
2631
title: "Beta release"
2732
files: |
28-
build/distributions/sdkman-cli-*.zip
33+
build/distributions/sdkman-cli-*.zip
34+
- name: Update MongoDB
35+
run: bin/release-binary.sh master ${{ steps.var.outputs.sha_short }} $MONGO_URL $MONGO_USERNAME $MONGO_PASSWORD

0 commit comments

Comments
 (0)