Skip to content

Commit 2e8f499

Browse files
committed
ci: try use input in action 2
1 parent 0c2973c commit 2e8f499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
git config --global user.email "[email protected]"
127127
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
128+
npx nx release --skip-publish --first-release=${{ github.event.inputs.first-release }} --projects=${{ github.event.inputs.projects }} --dry-run
129129
shell: bash
130130
env:
131131
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)