Skip to content

Commit

Permalink
Merge branch 'main' into deps
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Aug 13, 2024
2 parents 415ebd1 + 20cd0ef commit c6c69bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_6.1.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
on:
push:
branches: ["6.1"]
branches: ["main"]
workflow_dispatch: {}

permissions:
contents: write
pull-requests: write
id-token: write

name: release-6.1
name: release

jobs:
release_please:
Expand All @@ -19,7 +19,7 @@ jobs:
- id: release
uses: googleapis/release-please-action@v4
with:
target-branch: 6.1
target-branch: main

build:
needs: [release_please]
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
with:
release_version: ${{ env.package_version }}
product_name: mongodb-client-encryption
sarif_report_target_ref: 6.1
sarif_report_target_ref: main
third_party_dependency_tool: n/a
dist_filenames: artifacts/*
token: ${{ github.token }}
Expand Down

0 comments on commit c6c69bf

Please sign in to comment.