diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcaa3b0..81624f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,5 +31,4 @@ jobs: with: repository: 'dist' commit_message: "Github Action: Updated dist files" - branch: ${{ github.ref }} - push_options: '--force' \ No newline at end of file + branch: ${{ github.ref }} \ No newline at end of file