Skip to content

Commit 33e471b

Browse files
authored
Merge pull request #7 from lc-tut/fix/cd-dekinai-1
fix:デプロイ時にskippingされる対策
2 parents 13d44bb + 455c1ec commit 33e471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "{\"scriptId\":\"$SCRIPT_ID\",\"rootDir\":\"./dist\"}" > .clasp.json
4848
4949
- name: Deploy to GAS
50-
run: npm run push
50+
run: npm run push --force
5151

5252
- name: Notify deployment success
5353
if: success()

0 commit comments

Comments
 (0)