We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2973c commit 2e8f499Copy full SHA for 2e8f499
.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 --first-release==${{ 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