Skip to content

Commit 20cd0ef

Browse files
chore: switch to releasing from main (#40)
1 parent bc85202 commit 20cd0ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release_6.1.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
on:
22
push:
3-
branches: ["6.1"]
3+
branches: ["main"]
44
workflow_dispatch: {}
55

66
permissions:
77
contents: write
88
pull-requests: write
99
id-token: write
1010

11-
name: release-6.1
11+
name: release
1212

1313
jobs:
1414
release_please:
@@ -19,7 +19,7 @@ jobs:
1919
- id: release
2020
uses: googleapis/release-please-action@v4
2121
with:
22-
target-branch: 6.1
22+
target-branch: main
2323

2424
build:
2525
needs: [release_please]
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
release_version: ${{ env.package_version }}
7878
product_name: mongodb-client-encryption
79-
sarif_report_target_ref: 6.1
79+
sarif_report_target_ref: main
8080
third_party_dependency_tool: n/a
8181
dist_filenames: artifacts/*
8282
token: ${{ github.token }}

0 commit comments

Comments
 (0)