Skip to content

Commit

Permalink
Fix release workflow (#1422)
Browse files Browse the repository at this point in the history
* Fix input names
* Set git author information

JAVA-5479
  • Loading branch information
alcaeus authored and jyemin committed Sep 4, 2024
1 parent 078bdaf commit cdf0b66
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
required: true
type: "string"

env:
GIT_AUTHOR_EMAIL: "167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com"
GIT_AUTHOR_NAME: "mongodb-dbx-release-bot[bot]"

jobs:
prepare-release:
environment: release
Expand All @@ -26,8 +30,8 @@ jobs:

- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
app_id: ${{ vars.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: "Store version numbers in env variables"
# The awk command to increase the version number was copied from
Expand Down

0 comments on commit cdf0b66

Please sign in to comment.