diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e57593b..55e710c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: echo "{\"scriptId\":\"$SCRIPT_ID\",\"rootDir\":\"./dist\"}" > .clasp.json - name: Deploy to GAS - run: npm run push + run: npm run push --force - name: Notify deployment success if: success()