Skip to content

Commit

Permalink
💚 Add yes flag to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Jul 30, 2020
1 parent 6900dfd commit 9c42292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Build packages
run: yarn build
- name: Publish
run: yarn lerna publish from-package
run: yarn lerna publish from-package --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9c42292

Please sign in to comment.