Skip to content

Commit 705a97f

Browse files
asdf
1 parent b351f79 commit 705a97f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-6.4.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: ["6.4.x"]
3+
branches: ["v6.4.x"]
44
workflow_dispatch: {}
55

66
permissions:
@@ -19,7 +19,7 @@ jobs:
1919
- id: release
2020
uses: googleapis/release-please-action@v4
2121
with:
22-
target-branch: "6.4.x"
22+
target-branch: "v6.4.x"
2323

2424
build:
2525
needs: [release_please]
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
release_version: ${{ env.package_version }}
7777
product_name: bson
78-
sarif_report_target_ref: "6.4.x"
78+
sarif_report_target_ref: "v6.4.x"
7979
third_party_dependency_tool: n/a
8080
dist_filenames: artifacts/*
8181
token: ${{ github.token }}

0 commit comments

Comments
 (0)