Skip to content

chore: switch to releasing from main #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading