Fix workflow

This commit is contained in:
Christopher Schleiden
2022-11-09 15:05:58 -08:00
parent fd85a7b56f
commit 817309ff17
+2 -2
View File
@@ -1,4 +1,4 @@
name: Publish npm package
name: Publish npm packages
on:
workflow_dispatch:
@@ -29,6 +29,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish packages
run: npx lerna publish ${{ github.event.inputs.bump }}
run: npx lerna publish ${{ github.event.inputs.bump }} --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}