We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc85202 commit 20cd0efCopy full SHA for 20cd0ef
.github/workflows/release_6.1.yml
@@ -1,14 +1,14 @@
1
on:
2
push:
3
- branches: ["6.1"]
+ branches: ["main"]
4
workflow_dispatch: {}
5
6
permissions:
7
contents: write
8
pull-requests: write
9
id-token: write
10
11
-name: release-6.1
+name: release
12
13
jobs:
14
release_please:
@@ -19,7 +19,7 @@ jobs:
19
- id: release
20
uses: googleapis/release-please-action@v4
21
with:
22
- target-branch: 6.1
+ target-branch: main
23
24
build:
25
needs: [release_please]
@@ -76,7 +76,7 @@ jobs:
76
77
release_version: ${{ env.package_version }}
78
product_name: mongodb-client-encryption
79
- sarif_report_target_ref: 6.1
+ sarif_report_target_ref: main
80
third_party_dependency_tool: n/a
81
dist_filenames: artifacts/*
82
token: ${{ github.token }}
0 commit comments