We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d201251 commit aa7ecf1Copy full SHA for aa7ecf1
1 file changed
.github/workflows/release.yml
@@ -89,13 +89,15 @@ jobs:
89
shell: bash
90
env:
91
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
92
+ NX_NO_CLOUD: 'true'
93
94
- name: Version, changelog & tag
95
if: ${{ !inputs.dry_run }}
96
run: npx nx release ${{ inputs.specifier != 'auto' && inputs.specifier || '' }} --verbose --skip-publish ${{ inputs.first_release && '--first-release' || '' }}
97
98
99
100
101
102
- name: Push commit and tags
103
0 commit comments