diff --git a/.github/workflows/autopublish-release.yml b/.github/workflows/autopublish-release.yml
index 48d6cdd9..3fb4eacf 100644
--- a/.github/workflows/autopublish-release.yml
+++ b/.github/workflows/autopublish-release.yml
@@ -1,10 +1,10 @@
 # See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ for an example using this strategy
 name: Auto Publish Release
 on:
-workflow_run:
-  workflows: ["Draft Release"]
-  types:
-    - completed
+  workflow_run:
+    workflows: ["Draft Release"]
+    types:
+      - completed
 
 jobs:
   publish_release: