Skip to content

Commit 49d883c

Browse files
authored
fix: actually publish to npm (#2492)
1 parent b07b086 commit 49d883c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)