We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b351f79 commit 705a97fCopy full SHA for 705a97f
.github/workflows/release-6.4.yml
@@ -1,6 +1,6 @@
1
on:
2
push:
3
- branches: ["6.4.x"]
+ branches: ["v6.4.x"]
4
workflow_dispatch: {}
5
6
permissions:
@@ -19,7 +19,7 @@ jobs:
19
- id: release
20
uses: googleapis/release-please-action@v4
21
with:
22
- target-branch: "6.4.x"
+ target-branch: "v6.4.x"
23
24
build:
25
needs: [release_please]
@@ -75,7 +75,7 @@ jobs:
75
76
release_version: ${{ env.package_version }}
77
product_name: bson
78
- sarif_report_target_ref: "6.4.x"
+ sarif_report_target_ref: "v6.4.x"
79
third_party_dependency_tool: n/a
80
dist_filenames: artifacts/*
81
token: ${{ github.token }}
0 commit comments