File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- branches : ["6.4"]
3
+ branches : ["6.4.x "]
4
4
workflow_dispatch : {}
5
5
6
6
permissions :
19
19
- id : release
20
20
uses : googleapis/release-please-action@v4
21
21
with :
22
- target-branch : " 6.4"
22
+ target-branch : " 6.4.x "
23
23
24
24
build :
25
25
needs : [release_please]
75
75
with :
76
76
release_version : ${{ env.package_version }}
77
77
product_name : bson
78
- sarif_report_target_ref : " 6.4"
78
+ sarif_report_target_ref : " 6.4.x "
79
79
third_party_dependency_tool : n/a
80
80
dist_filenames : artifacts/*
81
81
token : ${{ github.token }}
99
99
- name : Install Node and dependencies
100
100
uses : mongodb-labs/drivers-github-tools/node/setup@v2
101
101
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 }}
106
106
You can’t perform that action at this time.
0 commit comments