Skip to content

Commit 3a51b97

Browse files
committed
fix: actually publish to npm
1 parent b07b086 commit 3a51b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ jobs:
669669
run: |
670670
git config user.email 'github-actions[bot]'
671671
git config user.name 'github-actions[bot]@users.noreply.github.com'
672-
yarn nx release
672+
yarn nx release --yes
673673
autobot:
674674
name: "Autobot"
675675
permissions:

0 commit comments

Comments
 (0)