Skip to content

Commit 0079dfe

Browse files
committed
chore: update nx release step
1 parent d314096 commit 0079dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
7575
- name: NX Release
7676
run: |
77-
npx nx release publish --first-release
77+
npx nx release -y
7878
env:
7979
GITHUB_TOKEN: ${{ steps.vault.outputs.GITHUB_TOKEN }}
8080

0 commit comments

Comments
 (0)