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 c5b1a3d commit 6c0fd56Copy full SHA for 6c0fd56
.github/workflows/ci.yml
@@ -518,7 +518,7 @@ jobs:
518
npm run build
519
520
- name: Commit and push
521
- if: ${{ startsWith(github.ref, 'refs/tags/v') }}
+ if: ${{ steps.diffcheck.outputs.clean == 'false' && startsWith(github.ref, 'refs/tags/v') }}
522
run: |
523
git config --global user.name "github-actions[bot]"
524
git config --global user.email "[email protected]"
0 commit comments