Skip to content

Commit b351f79

Browse files
misc changes
1 parent 9b7dda8 commit b351f79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release-6.4.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: ["6.4"]
3+
branches: ["6.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"
22+
target-branch: "6.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"
78+
sarif_report_target_ref: "6.4.x"
7979
third_party_dependency_tool: n/a
8080
dist_filenames: artifacts/*
8181
token: ${{ github.token }}
@@ -99,8 +99,8 @@ jobs:
9999
- name: Install Node and dependencies
100100
uses: mongodb-labs/drivers-github-tools/node/setup@v2
101101

102-
- run: npm publish --provenance --tag=latest
103-
if: ${{ needs.release_please.outputs.release_created }}
104-
env:
105-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
102+
# - run: npm publish --provenance --tag=latest
103+
# if: ${{ needs.release_please.outputs.release_created }}
104+
# env:
105+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
106106

0 commit comments

Comments
 (0)