Skip to content

Commit 6502d75

Browse files
Test release with no overwrite
1 parent e3c8e6b commit 6502d75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Development Release
66
on:
77
push:
88
branches:
9-
- monica/registry-overwrite
9+
- monica/registry-no-overwrite
1010
workflow_dispatch:
1111

1212
jobs:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
path: debug-symbols/**
223223
- name: Debug
224224
run: ls -l packages/*/*/*.node
225-
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >| .npmrc
225+
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
226226
env:
227227
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
228228
- run: ${{ inputs.release-command }}

0 commit comments

Comments
 (0)