Skip to content

Commit

Permalink
chore: Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux authored Jan 28, 2025
1 parent 95f9f32 commit f838b17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,9 @@ jobs:
git checkout next
git reset --hard master
npm run publish-next
git diff --name-only
git add . --all
git diff --name-only --verbose || true
git add . --all --verbose || true
git status --verbose || true
git diff --name-only
git push -f
env:
Expand Down

0 comments on commit f838b17

Please sign in to comment.