chore(ci): replace the correct string on .github/workflows/dashboard_wf_release.yaml (#3670)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
David Barroso
2025-11-05 10:26:16 +01:00
committed by GitHub
parent 6d8b243571
commit bc91836f83

View File

@@ -88,7 +88,7 @@ jobs:
- name: Bump version in source code
run: |
find cli -type f -exec sed -i 's/"nhost\/dashboard:[^"]*"/"nhost\/dashboard:${{ inputs.VERSION }}"/g' {} +
sed -i 's/"nhost\/dashboard:[^"]*"/"nhost\/dashboard:${{ inputs.VERSION }}"/g' docs/reference/cli/commands.mdx
sed -i 's/nhost\/dashboard:[^)]*/nhost\/dashboard:${{ inputs.VERSION }}/g' docs/reference/cli/commands.mdx
- name: "Create Pull Request"
uses: peter-evans/create-pull-request@v7