We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418b9e3 commit ece2554Copy full SHA for ece2554
.github/workflows/bump-version.yml
@@ -51,5 +51,6 @@ jobs:
51
- name: Npm install
52
uses: ./.github/actions
53
- name: Bump version
54
+ run: |
55
npx nx release --skip-publish --projects=${{ inputs.projects }} --dry-run=${{ inputs.dry-run }}
56
shell: bash
0 commit comments