Skip to content

Commit

Permalink
chore: switch to releasing from main (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Aug 9, 2024
1 parent bc85202 commit 20cd0ef
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 20cd0ef

Please sign in to comment.