Skip to content

Commit 18f2813

Browse files
committed
Specify a tag when publishing to npm
1 parent 9b5ff8b commit 18f2813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lockdown_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,5 @@ jobs:
203203

204204
# Publish to npm
205205
- name: Publish to npm
206-
run: npm publish --access public --provenance
206+
run: npm publish --access public --provenance --tag audiosink
207207
working-directory: src/node

0 commit comments

Comments
 (0)