File tree Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 97
97
98
98
- name : Install Node and dependencies
99
99
uses : mongodb-labs/drivers-github-tools/node/setup@v2
100
+ with :
101
+ ignore_install_scripts : true
100
102
101
103
- run : npm publish --provenance --tag=alpha
102
104
if : ${{ needs.release_please.outputs.release_created }}
Original file line number Diff line number Diff line change 44
44
ref : refs/pull/${{ github.event_name == 'issue_comment' && github.event.issue.number || inputs.releasePr }}/head
45
45
46
46
47
- # Setup Node.js and npm install
48
- - name : actions/setup
49
- uses : ./.github/actions/setup
47
+ - name : Install Node and dependencies
48
+ uses : mongodb-labs/drivers-github-tools/node/setup@v2
49
+ with :
50
+ ignore_install_scripts : true
50
51
51
52
# See: https://github.com/googleapis/release-please/issues/1274
52
53
You can’t perform that action at this time.
0 commit comments