Skip to content

Commit

Permalink
chore(frontend): fix lerna prompting (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin authored Sep 8, 2021
1 parent ec517ee commit 165a37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm run build
- name: Publish
run: |
npx lerna publish from-package --dist-tag \
npx lerna publish from-package --yes --dist-tag \
"$([[ ${{ github.event.release.tag_name }} =~ alpha|beta|rc ]] && echo "next" || echo "latest")"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 165a37c

Please sign in to comment.