We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a62e8 commit 0c2973cCopy full SHA for 0c2973c
.github/workflows/bump-version.yml
@@ -125,7 +125,7 @@ jobs:
125
run: |
126
git config --global user.email "[email protected]"
127
git config --global user.name "GitHub Actions"
128
- npx nx release --skip-publish=${{ github.event.inputs.first-release }} --projects=${{ github.event.inputs.projects }} --dry-run
+ npx nx release --skip-publish --first-release==${{ github.event.inputs.first-release }} --projects=${{ github.event.inputs.projects }} --dry-run
129
shell: bash
130
env:
131
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
0 commit comments